@extends('layouts.master')
@section('title', 'Diary Calendar')
@section('content')
Calendar Loading Issue
The calendar could not be loaded. Check browser console (F12) for errors.
This might be due to:
- Network connectivity issues
- FullCalendar script not loading
- JavaScript errors (e.g., missing data from server)
Solutions:
- Refresh the page (Ctrl+Shift+R)
- Check internet connection and disable ad-blockers
- Ensure your controller passes
$diaryEntries
- Try a different browser
@endsection
@push('styles')
@endpush
@push('scripts')
@endpush