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