@extends('layouts.header') @section('content')

Statement of Account

 / Report / 

Statement of Account

@if(Auth::user()->userType == 'Collection') @if($enable_generation) Generate Statement of Account


@endif @endif
@forelse($list_soa as $data) {{-- --}} @empty @endforelse
Statement Date Statement No. Billing Period Policy Holder Action
{{ date('M j, Y', strtotime($data->created_at)) }} {{ $data->soa_no }} {{ date('M j, Y',strtotime($data->date_from)) }} - {{ date('M j, Y',strtotime($data->date_to)) }} {{ $data->policy_holder_name }}₱{{ number_format($data->billing_amount,2,".",",") }} View SOA - Summary View SOA - Detailed {{-- Print SOA - Detailed --}}
No data available.

{{ $list_soa->links() }}
{{-- --}} @endsection