@extends('frontend.layouts.main') @section('main-container') @section('styles') @endsection @if ($paymentIntent!=null) @php $paymentIntent=$paymentIntent; $getid=$result->id; @endphp @endif
@if (session()->has('error'))
{!! session('error') !!}
@endif @if ($paymentIntent!=null)
@elseif($paypal) @endif
@include('frontend.toures.partials.tour-proceed-right',['package'=>$package])
@if ($paymentIntent!=null) @endif @endsection