@extends('frontend.layouts.main') @section('main-container') @section('styles') @endsection
@if (session()->has('error'))
{!! session('error') !!}
@endif @if (session()->has('success'))
{!! session('success') !!}
@endif
@csrf
Contact Information
Payment Method
@foreach ($paymentGateWays as $gKey => $paymentGateWay)
@endforeach
@include('frontend.toures.partials.tour-proceed-right',['packageDetails'=>$package])
@endsection