@if(Auth::user()->hasAnyPermission(['All','View Transfer Booking']))
| Sr # | Name | Description | Amount | Received | Balance | Status | |
|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{ucfirst($rows->user->name)}} ({{$rows->commission_type}}) | {{$rows->description}} | {{EF::numberformat($rows->amount)}} | {{EF::numberformat($rows->received_amount)}} | {{EF::numberformat($rows->amount - $rows->received_amount)}} | {{$rows->status}} | @if($rows->status == 'Unpaid') @endif |