{{-- --}} @livewireStyles @if (!getLogInUser()->theme_mode) @else @endif @livewireScripts @stack('scripts') @routes @if (getLogInUser()->language != 'ar')
@include('layouts.sidebar')
@include('layouts.header')
@yield('header_toolbar')
@yield('content')
@include('layouts.footer')
@endif @if (getLogInUser()->language == 'ar')
@include('layouts.sidebar')
@include('layouts.header')
@yield('header_toolbar')
@yield('content')
@include('layouts.footer')
@endif @include('profile.changePassword') @include('profile.changelanguage') @include('layouts.shepherd-js')