@extends('layouts.main') @section('title') Calendar: Create @endsection @section('content')
@csrf @include('calendar.partials.form')
 Cancel
@endsection