{!! Form::open(['route' => [$routePrefix . '.destroy', $id], 'method' => 'delete']) !!}
{!! Form::button('', [ 'type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('هل أنت متأكد من الحذف؟')" ]) !!}
{!! Form::close() !!}