@extends('layouts.app') @section('title', 'Dashboard') @section('breadcrumbs') @endsection @section('content')
Total Orders
Active Shipments
Pending Payments
Pending Approvals
| Order # | Customer | Type | Status |
|---|---|---|---|
| {{ $order->order_number }} | {{ $order->customer->name ?? 'N/A' }} | {{ ucfirst($order->type) }} | {{ ucfirst($order->status) }} |
| No recent orders | |||