Floor

{{ $sale->table?->label ?? ucfirst(str_replace('_', ' ', $sale->order_type)) }}

{{ str_replace('_', ' ', $sale->order_type) }}{{ $sale->covers ? ' · '.$sale->covers.' covers' : '' }} · {{ $sale->reference }}

{{-- Catalog --}}
{{-- Ticket --}}
Total
@if($paidMinor > 0)
Paid
@endif
@if($payments->isNotEmpty())
@foreach($payments as $p)
{{ ucfirst($p->method) }} · {{ $p->paid_at?->format('H:i') }} {{ $sale->currency }} {{ number_format($p->amount_minor / 100, 2) }}
@endforeach
@endif {{-- Fire to kitchen (all, or by course when more than one course is waiting) --}}
@csrf

Pay the full balance, or a partial amount to split the bill.

{{-- Modifier picker --}}