{{ __($pageTitle) }}
@if( count($restApiHistory) > 0) @foreach ( $restApiHistory as $value) @endforeach @else @endif {!! html()->hidden('delivery_man_id')->id('delivery_man_id_input') !!}
{{ __('message.no') }} {{ __('message.order_id') }} {{ __('message.last_access_date') }}
{{ $loop->iteration }} {{ optional($value)->order_id }} {{dateAgoFormate($value->last_access_date) ?? '-' }}
{{ __('message.no_record_found') }}
{!! html()->form()->close() !!}