@php // Assuming $userRoleID contains the user's role_id $userRoleID = auth()->user()->role; // Replace with your actual logic @endphp