@csrf @php $lang = App\Helpers\ConstantHelper::LANG; @endphp
@foreach ($lang as $locale)
get('locale') === $locale ? 'selected' : '' }}> {{ strtoupper($locale) }}
@endforeach
@if (in_array(request()->route()->getName(), ['contacts', 'profile']))
@else
@endif @yield('content')
@yield('scripts')