{{--
--}}
@if(app()->getLocale() != 'ar')
@endif
{{setting('website_title',app()->getLocale())}}
{{trans('sidebar.home')}}
@if(auth()->check())
{{trans('sidebar.accounta')}}
@endif
{{trans('sidebar.about_us')}}
{{trans('sidebar.contact_us')}}
{{trans('sidebar.usage_explain')}}
{{trans('sidebar.help')}}
{{trans('sidebar.ads')}}
{{trans('sidebar.login')}}
@if(!auth()->check())
{{trans('sidebar.login')}}
{{trans('sidebar.company_account')}}
{{trans('sidebar.personal_account')}}
@endif @if(auth()->check())
{{trans('sidebar.logout')}}
@csrf
@endif
{{trans('sidebar.create_ad')}}
{{-- @if(auth()->check())--}} {{--
--}} {{--
{{trans('sidebar.profile')}}
--}} {{--
--}} {{--
--}} {{--
{{trans('sidebar.logout')}}
--}} {{--
--}} {{-- @csrf--}} {{--
--}} {{--
--}} {{-- @else--}} {{--
--}} {{--
{{trans('sidebar.register')}}
--}} {{--
--}} {{-- @endif--}}
@foreach(config('translatable.locales') as $locale) @if($locale == app()->getLocale())
{{config('translatable.locales_full_name')[$locale]}} @else
{{config('translatable.locales_full_name')[$locale]}}
@endif @endforeach
@yield('content') @yield('loading')
{{----}}