Kitchen Order Ticket

@lang('modules.order.orderNumber') #{{ $kot->order->order_number }} @if($kot->order->table) ({{ $kot->order->table->table_code }}) @endif
@if($kot->order->table)

Table #: @lang @if($kot->order->table) {{ $kot->order->table->table_code }} @endif

@endif

Date: {{ $kot->created_at->timezone(timezone())->format('d-m-Y') }}

Time: {{ $kot->created_at->timezone(timezone())->format('h:i A') }}

@foreach($kot->items as $item) @endforeach
Item Qty
{{ $item->menuItem->item_name }} @foreach ($item->modifierOptions as $modifier)
• {{ $modifier->name }}
@endforeach
{{ $item->quantity }}