{{$booking->first_name}}, {{__('Your Booking Order is :name yet!',['name'=>$booking->status_name])}}
{{__('The order detail is saved in the Booking history.')}}
@if($note = $gateway->getOption("payment_note")){{$booking->first_name}}, {{__('your booking was submitted successfully!')}}
{{__('Booking details has been sent to:')}} {{$booking->email}}
@if($note = $gateway->getOption("payment_note"))