@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_MOBILE_MONEY_MANUAL_REQUESTS")) @section("page_style") @endsection @section("content")
# | {!! trans('message_lang.LBL_COMPANY') !!} | {!! trans('message_lang.LBL_REFERENCE') !!} | {!! trans('message_lang.LBL_AMOUNT') !!} | {!! trans('message_lang.LBL_PHONE_NUMBER') !!} | {!! trans('message_lang.LBL_LOCATION') !!} | {!! trans('message_lang.LBL_RECEIVER_TYPE') !!} | {!! 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->agent_company_name !!} | {!! $cico->xReferenceId ?? '' !!} | {!! number_format($cico->amount, 2) . ' ' . $cico->currency !!} | {!! $cico->phone_number !!} | @php $agentLocation = app('App\Http\Controllers\Agentportal\AccountController')->getParentLocation($cico->agent_location_id); @endphp {!! isset($agentLocation) && isset($agentLocation->name) ? $agentLocation->name : '' !!} | {!! (isset($cico->receiver_type) && $cico->receiver_type == 1) ? "User" : "Agent" !!} | {!! isset($statuses[$cico->status]) ? $statuses[$cico->status] : $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') !!} |