{{ isset($data->parcel_type) ? $data->parcel_type : '-' }}
{{ isset($data->total_weight) ? $data->total_weight : '-' }} {{optional($data->country)->weight_type}}
{{ isset($data->total_parcel) ? $data->total_parcel : '-' }}
{{ optional($data->payment)->payment_type ?? ($data->payment_type ?? '-') }}
@endif{{ optional($data->payment)->payment_status ?? '-' }}
{{ isset($data->payment_collect_from) ? __('message.'.$data->payment_collect_from) : '-' }}
{{__('message.picked')}} {{ dateAgoFormate($data->pickup_datetime) }}
@endif{{ $data->pickup_point['address'] }}
{{ $data->pickup_point['name'] }}
@endif @if(!empty($data->pickup_point['description'])){{ __('message.description') }}: {{ $data->pickup_point['description'] }}
@endif @if(!empty($data->pickup_point['instruction'])){{ __('message.instruction') }}: {{ $data->pickup_point['instruction'] }}
@endif{{__('message.delivered_at')}} {{ dateAgoFormate($data->delivery_datetime) }}
@endif{{ $data->delivery_point['address'] }}
{{ $data->delivery_point['name'] }}
@endif @if(!empty($data->delivery_point['description'])){{ __('message.description') }}: {{ $data->delivery_point['description'] }}
@endif @if(!empty($data->delivery_point['instruction'])){{ __('message.instruction') }}: {{ $data->delivery_point['instruction'] }}
@endif| {{ __('message.description') }} | {{ __('message.sub_total') }} |
|---|---|
| {{ __('message.delivery_charges') }} | {{ $data->currency }}{{ number_format( (float) $data->fixed_charges, 2,'.','') }} |
| {{ __('message.weight_charge') }} | {{ $data->currency }}{{ number_format( (float) $data->weight_charge , 2,'.','') }} |
| {{ __('message.vehicle_charge') }} | {{ $data->currency }}{{ number_format( (float) $data->vehicle_charge , 2,'.','') }} |
| {{ __('message.distance_charge') }} | {{ $data->currency }}{{ number_format( (float) $data->distance_charge,2,'.','') }} |
| {{ __('message.insurance_charge') }} | {{ $data->currency }}{{ number_format( (float) $data->insurance_charge,2,'.','') }} |
| {{ __('message.discount') }} | {{ $data->currency }} {{ number_format( (float) $data->discount_amount,2,'.','') }} |
| {{ __('message.extra_charges') }} | |
| {{ $text }} | {{ $extra_charges_values[$index] }} |
| {{ __('message.total') }} | {{$data->currency}}{{ number_format( (float) $total_amount,2,'.','') }} | @endif{{ __('message.total') }} |
|
| {{ __('message.cancel_charges') }} | {{ number_format( (float) $total_with_cancel_charges,2,'.','') }} |
{{ $history->history_message }} @if($deliveryManId) {{ __('message.view_more') }} @endif