@extends('layouts.app', ['title' => 'Admin Dashboard | Print Cards']) @section('content')
Monitor orders, users, uploads, payments, and courier operations from one screen.
| Order | User | Status | Total |
|---|---|---|---|
| {{ $order->order_number }} | {{ $order->user?->name }} | {{ ucfirst($order->status) }} | Rs {{ number_format($order->total_amount, 2) }} |