@extends("admin_base") @section("title", "Dashboard") @section("style") @endsection @section("content")
| Order ID | Customer | Amount | Status | Date |
|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->contact_name }} | ৳{{ number_format($order->total) }} | {{ ucfirst($order->order_status) }} | {{ $order->created_at->format('d M, Y h:i A') }} |
No stock warnings
@endforelse