@extends('layouts.main') @section('title', $title) @section('content')
{{ $title }}
@csrf @if(!$isFormCreate) @method('PUT') @endif
@php $eventOptions = collect($events)->mapWithKeys(fn($e) => [$e->id => $e->title])->toArray(); @endphp
@endsection