{!! Form::model($content, ['route' => ['academic.content.update', $content->id], 'method' => 'PATCH']) !!}
@include('content.element')
{!! Form::close() !!}
{!! Form::button(trans('Update'), array('class' => btnClass(),'type' => 'submit' )) !!}