@php // Get theme from user session or default to BLUE (REVAYAH Logo) $theme = session('revayah_theme', 'blue'); @endphp