@php $blocked = (($rights & 0x08000000) && ($rights & 0x00000080)) @endphp {{ __('User status:') }} {{ $blocked ? 'Deactivated' : 'Activated' }}
@csrf @if ($blocked) @else @endif