@include('frontend.layouts.partials.head._head')
{{--
--}}
@if(setting('site_logo'))
@endif
@if(auth()->user())
{{__('frontend.go_to_dashboard')}}
@else
{{__('frontend.login')}}
@endif
{{__('frontend.have_appoinment')}}
{{__('frontend.been_here_before')}}
@if(auth()->user())
{{__('frontend.check_out')}}
@endif
@if(!blank($language)) @foreach($language as $lang ) @if(Session()->has('applocale') AND Session()->get('applocale') AND setting('locale')) @if(Session()->get('applocale') == $lang->code)
{{ $lang->flag_icon == null ? '🇬🇧' : $lang->flag_icon }}
{{ $lang->name }}
@endif @else @if(setting('locale') == $lang->code)
{{ $lang->flag_icon == null ? '🇬🇧' : $lang->flag_icon }}
{{ $lang->name }}
@endif @endif @endforeach @endif
@if(!blank($language)) @foreach($language as $lang )
{{ $lang->flag_icon == null ? '🇬🇧' : $lang->flag_icon }}
{{ $lang->name }}
@endforeach @endif
{{__('frontend.have_appoinment')}}
{{__('frontend.been_here_before')}}
@if(auth()->user())
{{__('frontend.check_out')}}
{{__('frontend.go_to_dashboard')}}
@else
{{__('frontend.login')}}
@endif
@yield('content')
@yield('extras') @stack('modals') @include('frontend.layouts.partials.script._scripts') @stack('js')