@extends('saas::frontend.layouts.master')
@section('title', @$data['title'])
@section('styles')
@endsection
@section('content')
{{-- Payment details --}}
@include("saas::frontend.pages._checkout.payment_details")
@endsection
@section('scripts')
@if (old('payment_gateway') == 'Offline Payment')
@endif
@if (old('payment_gateway') == 'Demo Checkout')
@endif
@if (old('payment_gateway') == 'Paystack Payment')
@endif
@if (old('payment_gateway') == 'Stripe')
@endif
{{-- Multi form related js --}}
@endsection