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