@if(isset($deleted_at) && $deleted_at)
@else
@if (auth()->user()->can('roles.show'))
@endif
@if (auth()->user()->can('roles.edit') && $id != 1)
@endif
@if(auth()->user()->can('roles.edit') && $id != 1)
@endif
@if(auth()->user()->can('roles.destroy') && $id != 1)
@endif
@endif