Booking Confirmed!

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

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

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

Details

  • Tee Time @{{ $booking->start->format('d-m-Y H:i') }}

Orders

    @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