@extends('admin.layouts.app') @section('title', 'Active Orders') @section('content')
Showing pending, processing, and shipped orders
| Order # | Customer | Amount | Status | Date | Actions | |
|---|---|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->customer_name }} | {{ $order->customer_email }} | {{ format_price($order->total_amount) }} | {{ $order->created_at->format('d M Y') }} | View Edit | |
| No orders found | ||||||