通过Collective将输入字段添加到模式框中

时间:2018-03-27 12:59:55

标签: laravel laravel-blade

此代码在模式下面。

如何通过Blade将输入字段添加到此模式?

{!! Form::open(['route' => ['jobs.destroy', $job->id], 'method' => 'delete', 'class' => 'btn-group', 'id' => 'jobStop']) !!}
{!! Form::button('<i class="glyphicon glyphicon-stop"></i>', ['type' => 'submit', 'class' => 'btn btn-warning btn-xs', 'onclick' => "return confirm('Are you sure you want stop?')"]) !!}
{!! Form::close() !!}

enter image description here

0 个答案:

没有答案