@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_XPRESS_MANUAL_REQUESTS")) @section("page_style") @endsection @section("content")
# | {!! 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') !!} | @hasanyrole('customer service|marketing|operation|compliance|finance back office'){!! trans('message_lang.LBL_PAID_BY') !!} | @endhasanyrole{!! 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] !!} | @hasanyrole('customer service|marketing|operation|compliance|finance back office'){!! $cico->employeeUser ? ucfirst($cico->employeeUser) : '' !!} | @endhasanyrole{!! (($cico->processed_by != 0) && $cico->updated_at) ? format_date_tz($cico->updated_at) : '' !!} |
{!! trans('message_lang.DATATABLE_LBL_NO_DATA_AVAILABLE') !!} |