Customer Balance Report

Run time: {{ $runAt->format('Y-m-d h:i A') }}
User: {{ auth()->user()->name ?? 'System' }}
@foreach($customers as $customer) @php $balance = (float) ($customer->credit_balance ?? 0); @endphp @endforeach
Code Name Mobile NIC Balance
{{ $customer->pin }} {{ $customer->name }} {{ $customer->mobile }} {{ $customer->nic }} {{ number_format($balance, 2) }}
Total Amount {{ number_format($total, 2) }}