{{ Form::model($termination, ['route' => ['termination.update', $termination->id], 'method' => 'PUT', 'class' => 'needs-validation', 'novalidate']) }} {{ Form::close() }}