@extends('backend.partials.master') @section('title') {{ __('permissions.cash_received_from_delivery_man') }} {{ __('levels.list') }} @endsection @section('maincontent')

{{ __('permissions.cash_received_from_delivery_man') }}

@if(hasPermission('cash_received_from_delivery_man_create') == true )
@endif
@if( hasPermission('cash_received_from_delivery_man_update') == true || hasPermission('cash_received_from_delivery_man_delete') == true ) @endif @php $i=0; @endphp @foreach ($hubStatements as $statement) @if( hasPermission('cash_received_from_delivery_man_update') == true || hasPermission('cash_received_from_delivery_man_delete') == true ) @endif @endforeach
{{ __('levels.id') }} {{ __('levels.details') }} {{ __('levels.hub')}} {{ __('levels.to_account')}} {{ __('levels.date')}} {{ __('levels.receipt')}} {{ __('levels.amount')}}{{ __('levels.actions') }}
{{++$i}}
{{ __('parcel.deliveryman') }}
@if ($statement->delivery_man_id != null)
{{ __('levels.name') }} : {{$statement->deliveryman->user->name}}
{{ __('levels.mobile') }} : {{$statement->deliveryman->user->mobile}}
@endif
{{ __('levels.note') }} : {{ @$statement->note }}
{{ $statement->user->hub->name }}
{{ $statement->user->hub->phone }}
{{ $statement->user->hub->address }}
{{$statement->account->account_holder_name}}
{{$statement->account->account_no}}
{{$statement->account->branch_name}}
{{dateFormat($statement->date)}} Download {{settings()->currency}}{{$statement->amount}}
@endsection