@if(Auth::user()->hasAnyPermission(['All','View Transfer Booking']))

Transfer

@isset($commission_list) @foreach($commission_list as $rows) @if($rows->payment_type == "Transfer") @endif @endforeach @endisset
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
@endif