@extends('layouts.seller') @section('title', 'In Stock Report') @section('content')
ADVANCED SEARCH
| Order Ref | Tracking # | Customer | Amount | Status |
|---|---|---|---|---|
| {{ $order->order_ref ?? 'N/A' }} | {{ $order->tracking_id }} | {{ $order->recipient_name }} | PKR {{ number_format($order->cod_amount, 2) }} | {{ $order->status }} |
| No data to display. | ||||