{!! Form::open(['route' => ['roles.destroy', $id], 'method' => 'delete','id'=>'formajax']) !!}
{{-- --}} @can('role_edit') @endcan {{-- {!! Form::button('', [ 'type' => 'submit', 'class' => 'btn btn-danger btn-sm', 'onclick' => 'return confirm("Are you sure, want to delete this role ?")' ]) !!} --}}
{!! Form::close() !!}