5 lines
219 B
PHP
Executable File
5 lines
219 B
PHP
Executable File
{{ 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() !!}
|