@foreach ($subCategories as $subCategory) @endforeach
@foreach ($outlets as $outlet) @endforeach
Total Amount : {{ number_format($this->total, 2) }}
@if ($ticket->ticket_category_id == 3)
@if ($ticket->crm)
Item
Unit Price
Qty
Line total

@foreach ($ticketItems as $index => $ticketItem) @php $key = 'item-' . $index; @endphp @foreach ($ticketItem['extras'] as $subIndex => $extra) @php $key = 'item-' . $index . '-extra' . $subIndex; @endphp @endforeach @endforeach
@else
@endif
Menu Section
@endif
{{-- --}}