{{-- --}} @if (getLoggedInUser()->theme_mode) {{-- --}} {{-- --}} {{-- --}} @else {{-- --}} {{-- --}} {{-- --}} @endif @livewireStyles @routes @livewireScripts {{-- --}} {{-- --}} @if (checkLanguageSession() == 'ar') @else @endif
@include('layouts.sidebar')
@include('layouts.header')
@yield('header_toolbar')
@yield('content')
@include('layouts.footer')
{{ Illuminate\Support\Facades\Log::info(Config::get('app.locale')) }} {{ Illuminate\Support\Facades\Log::info(getLoggedInUser()->language) }} @include('user_profile.edit_profile_modal') @include('user_profile.change_password_modal') {{ Form::hidden('profile-phone-no', old('region_code') . old('phone'), ['id' => 'profilePhoneNo']) }}