@php $postMaxSizeM = '20M';//ini_get('post_max_size'); $postMaxSizeBytes = (int) str_replace('M', '', $postMaxSizeM) * 1024 * 1024; @endphp @stack('php') @if( ! Request::ajax() ) {{ config('app.name', 'Laravel') }} {{-- FullCalendar --}} {{-- Bootstrap5 icons for FullCalendar --}}
@include('failed_jobs.alerts.alert') @endif @if (session('error'))
{{ session('error') }}
@endif @if(Session::has('access_denied_message')) @endif @yield('main-content') @if( ! Request::ajax() )
@include('calendar.components.calendar_modal') @include('dashboard.components.logout_modal') {{-- --}} {{-- FullCalendar --}} @endif @stack('scripts') @if( ! Request::ajax() ) @endif