@extends('layouts.app') @section('title', 'Edit Event') @section('content')

Edit Your Event

@method('put') @include('events.form')
@endsection