@if (count($errors) > 0)
Validation Errors!
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Edit Event Type
{!! Form::open(array('url' => 'admin/eventtypes/update', 'method' => 'patch')) !!}
{!! csrf_field() !!}
{!! Form::close() !!}