{{--
--}}
{!! Form::open(['route' => ['categories.destroy', $id], 'method' => 'delete']) !!}
{!! Form::button('', [
'type' => 'submit',
'class' => 'btn btn-link text-danger',
'onclick' => "return confirm('Are you sure?')",
]) !!}
{!! Form::close() !!}