@extends('layouts.seller') @section('title', 'Airway Bills') @section('content')

ADVANCED SEARCH

Clear Filter
@csrf
@forelse($orders as $order) @empty @endforelse
Order Ref Tracking # Customer Amount Status Action
{{ $order->order_ref ?? 'N/A' }} {{ $order->tracking_id }} {{ $order->recipient_name }} PKR {{ number_format($order->cod_amount, 2) }} {{ $order->status }}
No airway bills to display.

Showing {{ $orders->firstItem() }} to {{ $orders->lastItem() }} of {{ $orders->total() }} entries

{{ $orders->appends(request()->query())->links() }}
@endsection