@yield('style')
@if (\Session::has('success'))
{!! \Session::get('success') !!}
@endif @if (\Session::has('error'))
{!! \Session::get('error') !!}
@endif
{{ csrf_field() }}
{{--
+011 234 567 89
contact@domain.com
--}}
@if(Auth::id())
Dashboard
@endif
@if(Auth::id())
{{ trans('global.logout') }}
@else
Customer {{ trans('global.login') }} |
Agent Login
@endif
Home
Tours
Contact
Packages
Domestic
International
Get free quote
@yield('content')
Copyright © 2022 All Rights Reserved
We are searching...
{{--
Delhi
>>
Mumbai
Adult(s)
1
Child(s)
1
Infant(s)
1
--}}
We are Reconfirming Your Price...
@yield('scripts')