@php $headerBlock = \App\Models\Block::where('type', 'header_block')->first(); $defaultLogo = asset('img/default-logo.png'); $logoImage = $headerBlock ? asset('storage/' . $headerBlock->logo_image) : $defaultLogo; $logoClass = 'logo-dark'; // Set this to a consistent value for all pages @endphp