{{__('payment.Pre Booking')}}

{{ __('courses.Course') }} : {{@$course->title}}

{{ __('frontend.Pre Booking Amount') }} : {{@$amount}}

@if(!empty($amount))

{{__('payment.Payment Method')}}

@if(isset($methods)) @foreach($methods as $key=>$gateway) @php if (!paymentGateWayCredentialsEmptyCheck($gateway->method)){ continue; } @endphp
@if($gateway->method=="Stripe")
@csrf @csrf
@elseif($gateway->method=="MercadoPago") @elseif($gateway->method=="RazorPay") @csrf
@csrf
@elseif($gateway->method=="PayPal")
@csrf
@elseif($gateway->method=="PayTM")
@csrf
@elseif($gateway->method=="PayStack")
@csrf {{-- required --}} {{-- required --}}
@elseif($gateway->method=="Bkash")
@csrf @if(env('IS_BKASH_LOCALHOST')) @else @endif @php $type ='prebooking'; @endphp @include('bkash::bkash-script',compact('type','amount'))
@elseif($gateway->method=="Bank Payment")
@csrf {{$gateway->method}}
@elseif($gateway->method == 'Wallet')
@csrf Wallet
@else
@csrf
@endif
@endforeach @endif
@endif