@if (count($errors) > 0)
Validation Errors!
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
Add new Event
{!! Form::open(array('url' => 'admin/events', 'method'=>'POST', 'files'=>true)) !!}
{!! csrf_field() !!}
{!! Form::close() !!}