@foreach($orders as $order)

Airway Bill

Order ID: {{ $order->tracking_id }}

Recipient: {{ $order->recipient_name }}

Address: {{ $order->recipient_address }}

Phone: {{ $order->recipient_phone }}

COD Amount: PKR {{ number_format($order->cod_amount, 2) }}

@if(!$loop->last)
@endif @endforeach