{!! Form::model($event, ['class'=>'row','method' => 'POST','route' => ['academic.event.update', $event->id],'enctype'=>'multipart/form-data','autocomplete'=>'off']) !!}
@include('events.element')
{!! Form::close() !!}