@extends('layouts.master') @section('title', 'Diary Calendar') @push('styles') @endpush @section('content')
{{-- Breadcrumb --}} {{-- Page Header --}}

Calendar View

Browse and schedule diary entries on a monthly view

{{-- Alerts --}} @if(session('success')) @endif @if(session('error')) @endif {{-- Calendar Card --}}

Calendar could not load

This may be due to a network issue, ad-blocker, or a missing $diaryEntries variable from the controller.

Try: refreshing (Ctrl+Shift+R), disabling ad-blockers, or checking the browser console (F12).

@endsection @push('scripts') @endpush