@if(app()->getLocale() == 'ar')
@else
@endif @stack('css')
E
A
Education
App
@foreach(config('translatable.locales') as $locale) @if($locale != app()->getLocale())
{{config('translatable.locales_full_name')[$locale]}}
@endif @endforeach
{{trans('web.home')}}
{{trans('web.terms')}}
{{trans('web.about')}}
{{trans('web.connect')}}
@if(auth()->check())
{{trans('web.profile')}}
{{trans('sidebar.logout')}}
@csrf
@endif
Education
App
{{trans('web.home')}}
{{trans('web.terms')}}
{{trans('web.about')}}
{{trans('web.connect')}}
@if(auth()->check())
{{trans('web.profile')}}
{{trans('sidebar.logout')}}
@csrf
@endif
{{--
--}}
{{config('translatable.locales_full_name')[app()->getLocale()]}}
@foreach(config('translatable.locales') as $locale)
{{config('translatable.locales_full_name')[$locale]}}
@endforeach
@yield('content')