@extends('admin.layout') @section('content')
| Order | Schedule | Total | Status | Actions |
|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->scheduled_date->format('d M Y') }} • {{ $order->timeSlot?->label }} | ৳{{ number_format((float) $order->total, 2) }} | {{ ucfirst($order->status) }} |