Credit Customer > Credit Customer List

@if(Session::has('message')) @endif

Credit Customer List

@foreach($credit_customers as $key=>$row) @endforeach
ID Name Phone Due Actions
{{$key+1}} {{$row->name}} {{$row->phone}} {{number_format($row->total_due,2)}} Payments