@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_XPRESS_MANUAL_REQUESTS")) @section("page_style") @endsection @section("content")

{!! trans("message_lang.LBL_XPRESS_MANUAL_REQUESTS") !!}

@csrf
@include('agentportal.layouts.date_filter')
{!! trans("message_lang.BTN_CLEAR_SEARCH") !!}
@if($xpress_cashin_transactions)
@endif
@hasanyrole('customer service|marketing|operation|compliance|finance back office') @endhasanyrole @forelse ($xpress_cashin_transactions as $key => $cico) @hasanyrole('customer service|marketing|operation|compliance|finance back office') @endhasanyrole @empty @endforelse
# {!! trans('message_lang.LBL_REFERENCE') !!} {!! trans('message_lang.BENEFICIARY_ACCOUNT') !!} {!! trans('message_lang.LBL_AMOUNT') !!} {!! trans('message_lang.LBL_SENDER_NAME') !!} {!! trans('message_lang.LBL_SENDER_PHONE_NUMBER') !!} {!! trans('message_lang.LBL_LOCATION') !!} {!! trans('message_lang.LBL_STATUS') !!}{!! trans('message_lang.LBL_PAID_BY') !!}{!! trans('message_lang.LBL_PAID_DATE') !!}
{!! $key + 1 !!} {!! $cico->reference_no ?? '' !!} {!! $cico->beneficiary_account !!} {!! number_format($cico->amount, 2) . ' ' . $cico->currency !!} {!! $cico->sender_name !!} {!! $cico->sender_phone_number !!} @php $agentLocation = app('App\Http\Controllers\Agentportal\AccountController')->getParentLocation($cico->agent_location_id); @endphp {!! isset($agentLocation) && isset($agentLocation->name) ? $agentLocation->name : '' !!} {!! $statuses[$cico->status] !!} {!! $cico->employeeUser ? ucfirst($cico->employeeUser) : '' !!}{!! (($cico->processed_by != 0) && $cico->updated_at) ? format_date_tz($cico->updated_at) : '' !!}
{!! trans('message_lang.DATATABLE_LBL_NO_DATA_AVAILABLE') !!}
@endsection @section("page_vendors") @endsection @section("page_script") @endsection