@hotelSettings POS - {{ $hotelName ?? hotelName() }}
Menu Categories
Today's Revenue
{{ now()->timezone('Africa/Kampala')->format('H:i:s') }} EAT
UGX {{ number_format($todayRevenue ?? 0, 2) }}
{{ $todayOrderCount ?? 0 }} orders
{{ $pendingOrders ?? 0 }} pending
Room Service: UGX {{ number_format($revenueBreakdown['room_service'] ?? 0, 2) }}
Restaurant: UGX {{ number_format($revenueBreakdown['restaurant'] ?? 0, 2) }}
Takeaway: UGX {{ number_format($revenueBreakdown['takeaway'] ?? 0, 2) }}
Active Orders

No active orders

Current Order
Invoice will be sent to accounting
Invoice will be sent to accounting
Invoice will be sent to accounting

No items in order

Subtotal: UGX 0
Tax ({{ setting('tax_rate', 18) }}%): UGX 0
Service Charge ({{ setting('pos_service_charge', 10) }}%): UGX 0
Total: UGX 0