@if(auth()->user()->can('delete-'.$label) || auth()->user()->isAdmin())
@csrf {{method_field('DELETE')}}
@endif