@extends('layouts.app') @section('title', 'Order Details') @section('breadcrumbs') @endsection @section('content')
Back to Orders

RECEIPT

Order #ORD-001

Mandala Restaurant

123 Hotel Street, City

Table

Table 5

Waiter

John

Order Time

2:45 PM

Date

{{ now()->format('M d, Y') }}

Order Items

Grilled Chicken

Qty: 2

$25.00

Pasta Carbonara

Qty: 1

$15.50

Fresh Juice

Qty: 3

$13.50

Subtotal $54.00
Tax (10%) $5.40
Total $59.40

Payment Status: COMPLETED

Payment Method: Card

Transaction ID: TRX-2026-0001

Thank you for your visit!

Generated: {{ now()->format('M d, Y H:i') }}

@endsection