| {{$shipment->id}} |
{{$shipment->type}}
|
{{$shipment->weight}}
|
{{$shipment->insurance_type?__($shipment->insurance_type->type):'-'}}
|
@if($shipment->status==0)
{{__('admin.pending')}}
@elseif($shipment->status==1)
{{__('admin.packing')}}
@elseif($shipment->status==2)
{{__('admin.packed')}}
@elseif($shipment->status==3)
{{__('admin.delivering')}}
@else
{{__('admin.delivered')}}
@endif
|
{{$shipment->description}}
|
{{$shipment->drivers()->where('shipment_drivers.status',1)->first()?->name}}
|
{{$shipment->sender->name}}
|
{{$shipment->user_price}}
|
{{$shipment->driver_price}}
|
{{$shipment->distance}} {{__('admin.kilo')}}
|
{{$shipment->kilo_price}}
|
{{$shipment->final_price}}
|
{{$shipment->packing_date}}
|
{{$shipment->packing_time}}
|
{{-- --}}
{{-- --}}
{{-- {{ __('admin.location') }}--}}
{{-- --}}
{{-- | --}}
{{$shipment->from_address_details?->address_name}}
|
{{-- --}}
{{-- --}}
{{-- {{__('admin.location')}}--}}
{{-- --}}
{{-- | --}}
{{$shipment->to_address_details?->address_name}}
|
{{$shipment->receiver?->name}}
|
{{$shipment->truck?$shipment->truck->type?->type_ar:'-'}}
|
{{$shipment->number_of_trucks}}
|
{{-- @if($shipment->shipment_invoice_picture)--}}
{{--  }}) | --}}
{{-- @else--}}
{{-- ---- | --}}
{{-- @endif--}}
{{-- @if($shipment->shipment_invoice_picture)--}}
{{--  }}) | --}}
{{-- @else--}}
{{-- ---- | --}}
{{-- @endif--}}
{{Carbon\Carbon::parse($shipment->created_at)->locale('ar')->translatedFormat('l dS F G:i - Y')}}
|
@endforeach