{!! Form::open(['route' => ['f1qi.destroy', $id], 'method' => 'delete', 'class' => 'd-flex justify-content-between']) !!}
{!! Form::button('', [
'type' => 'submit',
'class' => 'btn btn-icon btn-danger btn-sm',
'title' => 'Hapus',
'data-toggle' => 'tooltip',
'onclick' => "return confirm('Anda yakin ingin menghapus data ini?')"
]) !!}
{!! Form::close() !!}