@php $currentUser = Auth::user(); $isAdminUser = $currentUser && ((int) $currentUser->rol_admin === 1 || (int) $currentUser->id === 1); @endphp