{{ $currentBranch->name }}

{{ $currentBranch->address }}
Tel: {{ $currentBranch->phone }}
@if($currentBranch->logo) @endif

DELIVERY INVOICE
(Import by {{ $summary->shipping_method }})

Driver: {{ $car->display_name }} / Tel. {{$car->phone }} Invoice Date: {{ now()->format('d-m-Y') }}
@foreach($deliveries as $index => $delivery) @endforeach
No Delivery Code From To PCS Weight (KG) Amount (USD)
{{ $index + 1 }} {{ $delivery->delivery?->code }} {{ optional($delivery->delivery?->fromWarehouse)->name }} {{ optional($delivery->delivery?->toWarehouse)->name }} {{ $delivery->delivery?->pcs ?? '0' }} {{ $delivery->delivery?->kg ?? '0' }} {{ number_format($delivery->delivery?->amount_usd ?? '0' , 2) }}
Total {{ number_format($deliveries->sum(fn ($item) => $item->delivery?->amount_usd ?? 0), 2) }}
___________________________
Driver Signature
___________________________
Accounting Signature