@extends('layouts.admin')
@section('title', 'Orders')
@section('content')
Orders
{{ session('status') }}
@endif| Order | Customer | Status | Total | Action |
|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->customer->name }} | {{ $order->statusLabel() }} | {{ \App\Models\SiteSetting::formatPrice($order->total) }} | Manage |
| No orders yet. | ||||