Food Ordered!

Ref: {{ $booking->id }}

Ref: {{ $user['name'] }}

Ref: {{ $user['email'] }}

Items

    @php $total = 0 @endphp @foreach ($booking->getThawaniProducts(['foodOnly' => true]) as $product) @php $total += ($product['unit_amount'] * $product['quantity']) / 1000 @endphp
  • {{ $product['name'] }} x{{ $product['quantity'] }} {{ ($product['unit_amount'] * $product['quantity']) / 1000 }}OMR
  • @endforeach
  • Total{{ $total }}OMR