@extends('layouts.app') @section('title', 'Orders') @section('breadcrumbs') @endsection @section('content')

Orders

Manage restaurant orders

New Order
Order # Table Waiter Items Total Time Status Actions
ORD-001 Table 5 John 3 $45.50 15 min Pending
View
ORD-002 Table 2 Sarah 2 $32.00 8 min Preparing
View
ORD-003 Table 8 Mike 4 $78.75 22 min Ready
View
Showing 1 to 10 of 45 results
@endsection