@if($history->status == 'pending') {{translate('pending')}} @elseif($history->status == 'confirmed') {{translate('confirmed')}} @elseif($history->status == 'processing') {{translate('packaging')}} @elseif($history->status == 'out_for_delivery') {{translate('out_for_Delivery')}} @elseif($history->status == 'delivered') {{translate('delivered')}} @elseif($history->status == 'returned') {{translate('returned')}} @elseif($history->status == 'failed') {{translate('failed_to_Deliver')}} @elseif($history->status == 'canceled') {{translate('canceled')}} @endif
{{$history->created_at->format('d/m/y')}} {{$history->created_at->format('h:i A')}}
{{ translate('service_Time') }} : {{$history->created_at->format('d/m/y')}} {{$history->created_at->format('h:i A')}}
{{ translate('no_history_for_this_order') }}