@include('frontend.layouts.partials.head._head') @if(setting('site_logo')) @endif {{__('frontend.have_appoinment')}} {{__('frontend.been_here_before')}} @if(auth()->user()) {{__('frontend.check_out')}} @endif @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 @if(!blank($language)) @foreach($language as $lang ) {{ $lang->flag_icon == null ? '🇬🇧' : $lang->flag_icon }} {{ $lang->name }} @endforeach @endif @if(auth()->user()) {{__('frontend.go_to_dashboard')}} @else {{__('frontend.login')}} @endif