@extends('layouts.master') @section('title', 'Diary - ') @push('styles') @endpush @section('content')
{{-- Breadcrumb --}} {{-- Alerts --}} @if(session('success')) @endif @if(session('error')) @endif {{-- Header --}}

Diary Management

Manage tasks, schedule entries, and track your diary

{{-- Search --}}
{{-- Options --}}
{{-- Add Entry Modal --}}
Manage Diary Entries View, search, filter, and bulk-manage all entries
Calendar View Browse entries on an interactive monthly calendar
Dashboard Analytics, stats, and an overview of diary activity
No options match your search.
@endsection @push('scripts') @endpush