@extends('layouts.app') @php($receipt = !is_null($booking->payment) && !is_null($booking->payment->logs) ? (json_decode($booking->payment->logs, true)["Transaction ID"] ?? null) : null) @section('head') @endsection @section('content')
{{$booking->first_name}}, {{__('your order was submitted successfully!')}}
{{__('Booking details has been sent to:')}} {{$booking->email}}
@if($note = $gateway->getOption("payment_note"))