【发布时间】:2019-03-12 10:52:23
【问题描述】:
这是我在
index.blade.php
{{ Form :: open (['method'=>'DELETE', 'route'=>['assistants.destroy', $value -> id , 'style'=> 'Display']])}}
<button type="submit" style="display: inline;" class="btn btn-danger btn-sm" ><i class=" glyphicon glyphicon-trash">
</i>
</button>
{{ Form::close() }}
【问题讨论】:
-
Swal.fire({ title: 'Are you sure?', text: "You will not able to revert this!", type: 'warning', showCancelButton: true, confirmButtonColor: ' #3085d6', cancelButtonColor: '#d33', confirmButtonText: '是的,删除它!' }).then((result) => { if (result.value) { Swal.fire('Deleted!', '你的文件已删除。', 'success' ) } }) 这是 sweetalert 的代码
标签: laravel sweetalert2