@include('partials.head') {{-- FullCalendar --}}
{{-- SIDEBAR --}} @include('partials.asside')
{{-- NAVBAR --}} @include('partials.navbar')
@yield('content') @include('partials.footer')
{{-- PAGE SCRIPTS --}} @yield('scripts') {{-- ========================= --}} {{-- AUTHENTICATED SCRIPTS --}} {{-- ========================= --}} @if(Auth::check()) @endif {{-- ========================= --}} {{-- MOBILE ONLY SCRIPT --}} {{-- ========================= --}} @if(Auth::check() && ($isMobile ?? false)) @endif