Supplier > Supplier List

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

Supplier List

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