ADMS Logs
Reset Password

Enter your email address and we'll send you a link to reset your password.

str_pad(dechex($g), 2, '0', STR_PAD_LEFT) . str_pad(dechex($b), 2, '0', STR_PAD_LEFT); } $primaryDarkGradient = darkenHex($primaryHex, 15); $primaryHoverDark = darkenHex($primaryHex, 10); // Extract RGB values for rgba() in CSS function hexToRgb($hex) { $hex = str_replace('#', '', $hex); $r = hexdec(substr($hex, 0, 2)); $g = hexdec(substr($hex, 2, 2)); $b = hexdec(substr($hex, 4, 2)); return "$r, $g, $b"; } $primaryRgb = hexToRgb($primaryHex); @endphp
ADMS Logs
Reset Password

Enter your email address and we'll send you a link to reset your password.