@extends('frontend.layout')
@section('pageHeading')
{{ __('Payment Success') }}
@endsection
@section('style')
@endsection
@section('hero-section')
{{ __('Payment Success') }}
{{ __('Your Booking Request was Successfully Placed') }}.
{{ __('Please wait for confirmation') }}.
@else{{ __('Your transaction was successful') }}.
{{ __('We have sent you a mail with an invoice') }}.
@endif{{ __('Thank you') }}.