@extends('admin.layout.app') @section('content')
| # | Order ID | Table No | Total Amount | Time | Date | Action |
|---|---|---|---|---|---|---|
| {{$order->id ?? ''}} | {{$order->bill_id ?? ''}} | {{$order->table->name ?? ''}} | {{$order->total_amount ?? ''}} | {{ $order->created_at->format('Y-m-d') }} | {{ $order->created_at->format('H:i:s') }} | Detail |