@php
$footerStyle = get_footer_style();
@endphp
@if($footerStyle != 3)
{{ Theme::getLogoImage(logoKey: 'logo_dark', maxHeight: 40) }}
@if($siteName = theme_option('site_name'))
{{ $siteName }}
@endif
@else
@if($siteName = theme_option('site_name'))
{{ $siteName }}
@endif
{{ Theme::getLogoImage(logoKey: 'logo_dark', maxHeight: 32) }}
@endif