{{ Form::model($model, array('route' => array($url.'.update', $model->id), 'method' => 'PUT')) }} {{ Form::hidden('restore', 'true') }} {!! Form::submit($label, ['class' => 'btn btn-warning']) !!} {!! Form::close() !!}