@csrf
@if(isset($edit))
@method('PATCH')
@endif
@if($errors->first('title'))
{{$errors->first('title')}}
@endif
@if($errors->first('start_date'))
{{$errors->first('start_date')}}
@endif
@if($errors->first('end_date'))
{{$errors->first('end_date')}}
@endif
@if($errors->first('start_time'))
{{$errors->first('start_time')}}
@endif
@if($errors->first('end_time'))
{{$errors->first('end_time')}}
@endif
@if($errors->first('venue'))
{{$errors->first('venue')}}
@endif
@if($errors->first('description'))
{{$errors->first('description')}}
@endif