@extends('layouts.vertical', ['title' => 'Calendar']) @section('content') @include('layouts.partials/page-title', ['subtitle' => 'Apps', 'title' => 'Calendar'])

Drag and drop your event or click in the calendar

Project Kickoff
Team Sync-up
Client Meeting
Product Launch
Internal Review
Quarterly Planning
Year-End Celebration
Annual Conference
@endsection @section('scripts') @vite(['resources/js/pages/apps-calendar.js']) @endsection