@php $hasLogoLight ??= false; $defaultIsDark ??= true; $logo = Theme::getLogo(); $logoLight = Theme::getLogo('logo_light'); $height = theme_option('logo_height', 35); $attributes = [ 'style' => sprintf('height: %s', is_numeric($height) ? "{$height}px" : $height), 'loading' => 'eager', ]; @endphp @if ($logo || $logoLight) @endif