@hasanyrole('administrator|customer service|marketing|operation|compliance|finance back office|external cs profile')
@endhasanyrole
@if (@$details->status != 'new')
@endif
{!! trans('message_lang.LBL_TYPE') !!}: |
{{ $details->method }} |
{!! trans('message_lang.LBL_STATUS') !!}: |
{{ _set_dash(ucfirst(@$details->status)) }}
@hasanyrole('administrator|operation|customer service|external cs profile')
@if ($details->status == 'new' && $details->processed_by == 0 && $details->method == "manual")
@elseif ($details->status == 'in progress' && $details->method == "manual" && $details->processed_by != auth()->guard('agentportal')->id())
@endif
@endhasanyrole
@hasanyrole('administrator|finance back office|compliance|external cs profile')
@if ($details->status == config('constants.MOBILE_MONEY_CICO_REQUEST_STATUSES.IN_PROGRESS') && $details->method == "auto")
@endif
@endhasanyrole
@hasanyrole('administrator|operation|customer service|finance back office|external cs profile')
@if (($details->status == config('constants.MOBILE_MONEY_CICO_REQUEST_STATUSES.NEW') || $details->status == config('constants.MOBILE_MONEY_CICO_REQUEST_STATUSES.IN_PROGRESS')) && $details->method == "auto")
@endif
@endhasanyrole
|
{!! trans('message_lang.LBL_PAID_BY') !!}: |
{{ ($details->employeeUser) ? ucfirst(@$details->employeeUser->first_name) . ' ' . ucfirst(@$details->employeeUser->last_name) : '-' }} |
{!! trans('message_lang.LBL_PAID_AT') !!}: |
{{ (($details->status == "completed" || $details->status == "rejected") && $details->updated_at) ? format_date_tz($details->updated_at) : '-' }} |
{!! trans('message_lang.LBL_NOTES') !!}: |
{{ _set_dash(@$details->reject_reason) }} |