@extends('layouts.vertical', ['title' => 'Calendar', 'subTitle' => 'Pages']) @section('css') @vite(['node_modules/fullcalendar/main.min.css']) @endsection @section('content')

Drag and drop your event or click in the calendar

Team Building Retreat Meeting
Product Launch Strategy Meeting
Monthly Sales Review
Team Lunch Celebration
Marketing Campaign Kickoff
@endsection @section('script-bottom') @vite(['resources/js/pages/app-calendar.js']) @endsection