@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::check() && (Auth::User()->roles()->first()->title == 'Agent' || Auth::User()->roles()->first()->title == 'Customer'))
Dashboard
@else
Customer Login
@endif
@if(Auth::id())
{{ trans('global.logout') }}
@else
{{ 'Agent Login' }}
@endif
@if (Auth::check() && Auth::User()->roles()->first()->title == 'Agent')
@else
@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')