Food Ordered!

Ref: @{{ $booking->id }}

@{{ $user['name'] }}

@{{ $user['email'] }}

Items

  • Test 1 £12.99
  • Test 2 £2.99
  • Test 3 £8.99
  • Total£26.96

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