@if (!Auth::user()->dark_mode) @else @endif @livewireStyles @routes @include('layouts.livewire-turbo') {{-- --}} @php $bloodGroupArr = json_encode(App\Models\Doctor::BLOOD_GROUP_ARRAY); $bloodGroupArr = html_entity_decode($bloodGroupArr); @endphp @php $styleCss = 'style'; @endphp
@include('layouts.sidebar')
@include('layouts.header')
@yield('header_toolbar') {{--
--}}
@yield('content')
@include('layouts.footer')
{{ Form::hidden('currentLanguage', getLoginUser()->language != null ? getLoginUser()->language : checkLanguageSession(), ['class' => 'currentLanguage']) }}
@include('profile.changePassword') @include('profile.email_notification') @include('profile.changelanguage')