@php $settingValue = getSettingValue(); \Carbon\Carbon::setlocale(config('app.locale')); @endphp @if (getLoggedInUser()->thememode) @else @endif {{-- @livewireStyles --}} {{-- --}} @yield('css') @yield('page_css') @livewireStyles {{-- --}} {{-- --}} @routes @livewireScripts {{-- --}} {{-- --}} {{-- @include('livewire.livewire-turbo') --}} {{-- --}} {{-- --}} @yield('page_scripts') @yield('scripts')
@include('layouts.sidebar')
@include('layouts.header')
@yield('header_toolbar')
@yield('content')
@include('layouts.footer')
@include('user_profile.edit_profile_modal') @include('user_profile.change_password_modal') @include('generate_patient_id_card.show')
{{ Form::hidden('defaultImage', asset('assets/img/avatar.png'), ['class' => 'defaultImage']) }} {{ Form::hidden('defaultImageUrl', '', ['class' => 'defaultImageUrl']) }} {{ Form::hidden('profileUrl', url('profile'), ['class' => 'profileUrl']) }} {{ Form::hidden('profileUpdateUrl', url('profile-update'), ['class' => 'profileUpdateUrl']) }} {{ Form::hidden('changePasswordUrl', url('change-password'), ['class' => 'changePasswordUrl']) }} {{ Form::hidden('loggedInUserId', getLoggedInUserId(), ['class' => 'loggedInUserId']) }} {{ Form::hidden('updateLanguageURL', url('update-language'), ['class' => 'updateLanguageURL']) }} {{ Form::hidden('currentCurrency', getCurrencySymbol(), ['class' => 'currentCurrency']) }} {{ Form::hidden('getCurrentCurrency', getCurrentCurrency(), ['class' => 'getCurrentCurrency']) }} {{ Form::hidden('getISOCode', getISOCode(), ['class' => 'getISOCode']) }} {{ Form::hidden('getCountryCode', getCountryCode(), ['class' => 'getCountryCode']) }} {{ Form::hidden('pdfDocumentImageUrl', url('assets/img/pdf.png'), ['class' => 'pdfDocumentImageUrl']) }} {{ Form::hidden('docxDocumentImageUrl', url('assets/img/doc.png'), ['class' => 'docxDocumentImageUrl']) }} {{ Form::hidden('audioDocumentImageUrl', url('assets/img/audio.png'), ['class' => 'audioDocumentImageUrl']) }} {{ Form::hidden('videoDocumentImageUrl', url('assets/img/video.png'), ['class' => 'videoDocumentImageUrl']) }} {{ Form::hidden('ajaxCallIsRunning', false, ['class' => 'ajaxCallIsRunning']) }} {{ Form::hidden('userCurrentLanguage', getLoggedInUser()->language, ['class' => 'userCurrentLanguage']) }} {{ Form::hidden('sweetAlertIcon', asset('assets/images/remove.png'), ['class' => 'sweetAlertIcon']) }} {{ Form::hidden('deleteVariable', __('messages.common.delete'), ['class' => 'deleteVariable']) }} {{ Form::hidden('yesVariable', __('messages.common.yes'), ['class' => 'yesVariable']) }} {{ Form::hidden('noVariable', __('messages.common.no'), ['class' => 'noVariable']) }} {{ Form::hidden('cancelVariable', __('messages.common.cancel'), ['class' => 'cancelVariable']) }} {{ Form::hidden('confirmVariable', __('messages.common.are_you_sure_want_to_delete_this'), ['class' => 'confirmVariable']) }} {{ Form::hidden('deletedVariable', __('messages.common.deleted'), ['class' => 'deletedVariable']) }} {{ Form::hidden('hasBeenDeletedVariable', __('messages.common.has_been_deleted'), ['class' => 'hasBeenDeletedVariable']) }} {{ Form::hidden('okVariable', __('messages.common.ok'), ['class' => 'okVariable']) }}