@extends('layouts.seller') @section('title', 'Under Verification') @section('content')
ADVANCED SEARCH
| Order Ref | Tracking # | Customer | Delivery Address | Amount | Status |
|---|---|---|---|---|---|
| {{ $order->order_ref ?? 'N/A' }} | {{ $order->tracking_id }} | {{ $order->recipient_name }} | {{ $order->recipient_address }} | PKR {{ number_format($order->cod_amount, 2) }} | {{ $order->status }} |
| No orders under verification. | |||||