{{--
@csrf @method('DELETE') --}}
@if (auth()->user()->can('users.show')) @endif @if (auth()->user()->can('users.edit')) @endif @if (isset($model) && $model->hasRole('Owner') && $model->subscription) @endif {{-- @if (auth()->user()->can('users.destroy')) @endif --}}
{{--
--}}