{{----}} {{--
--}}
@foreach (config('app.available_locales') as $locale) @if ($locale == 'en')
@endif @if ($locale == 'fr')
@endif
getLocale() == $locale) style="font-weight: bold;color: #666; text-decoration: underline" @else style="color: #666;" @endif>{{ strtoupper($locale) }}
@endforeach
@yield('content')