{{optional($companyName)->value }}{{__('message.contact_number')}}: {{ optional($companynumber)->value }} |
{{__('message.invoice_no')}} {{ optional($order)->id }} {{__('message.invoice_date')}} {{ $today }} {{__('message.order_date')}} {{date('d/m/Y', strtotime($order->created_at)) }} |
|
{{__('message.pickup_from')}} {{ $order->pickup_point['address'] }} |
{{__('message.deliverd_to')}} {{ $order->delivery_point['address'] }} |
| {{__('message.payment_via').''.':'}} {{ ucfirst(optional($order->payment)->payment_type) }} | {{__('message.payment_date').''.':'}} {{ date('d/m/Y', strtotime($order->payment->created_at ?? null)) }} |
| {{__('message.description')}} ({{ optional($order)->parcel_type }}) | {{__('message.price')}} |
|---|---|
| {{__('message.delivery_charges')}} | {{ getPriceFormat($order->fixed_charges) }} |
| {{__('message.distance_charge')}} | {{ getPriceFormat($order->distance_charge) }} |
| {{__('message.weight_charge')}} | {{ getPriceFormat($order->weight_charge) }} |
| {{ __('message.vehicle_charge') }} | {{ getPriceFormat($order->vehicle_charge) }} |
| {{__('message.insurance_charge')}} | {{ getPriceFormat($order->insurance_charge) }} |
| {{__('message.sub_total')}} | {{ getPriceFormat($sub_total) }} |
| {{ $text }} | {{ $extra_charges_values[$index] }} |
| {{__('message.total')}} | {{ getPriceFormat($percentage + $sub_total) ?? getPriceFormat($sub_total) }} |
{{ __('message.address') . ':' }}
{{ optional($companyAddress)->value }}
{{ __('message.notes') . ':' }} {{ __('message.this_report_was_generated_by_a_computer_and_does_not_require_a_signature_or_company_stamp_to_be_considered_valid') }}