@php $show = json_decode($invoice_settings->show_column); @endphp
@if(isset($show->show_warehouse_info) && $show->show_warehouse_info == 1)
{{ $general_setting->company_name ?? '' }}@if($general_setting->vat_registration_number && isset($show->show_vat_registration_number) && $show->show_vat_registration_number == 1){{ __('db.VAT Number') }}: {{ $general_setting->vat_registration_number }}
@endif
@endif
|
@if($general_setting->site_logo || $invoice_settings->company_logo)
|
{{ __('db.reference') }}:
DC-{{ $challan->reference_no }}
{{ __('db.date') }}:
{{ date($general_setting->date_format, strtotime($challan->created_at->toDateString())) }}
{{ __('db.status') }}:
{{ $challan->status }}
Courier:
{{ $challan->courier->name }} [{{ $challan->courier->phone_number }}]
@if($challan->closing_date)
Closing Date:
{{ date($general_setting->date_format, strtotime($challan->closing_date)) }}
@endif
|
|
DELIVERY CHALLAN |
| # | Order Ref | Shipping Info | Amount | Cash | Cheque | Online | Del. Charge | Status |
| {{ $key + 1 }} | {{ $sale->reference_no }} |
{{ $address }}, {{ $city }} {{ $phone }} |
{{ $amount_list[$key] ?? '' }} | {{ $cash_list[$key] ?? '' }} | {{ $cheque_list[$key] ?? '' }} | {{ $online_list[$key] ?? '' }} | {{ $delivery_list[$key] ?? '' }} | {{ $status_list[$key] ?? '' }} |
| Total | {{ $sum }} | |||||||
|
Rider Signature |
Authorized Signature |
|
@if(isset($show->show_barcode) && $show->show_barcode == 1)
|