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