{{-- Header --}}
{{-- Container --}}
@if (config('layout.header.self.display')) @php $kt_logo_image = 'logo-light.png'; @endphp @if (config('layout.header.self.theme') === 'light') @php $kt_logo_image = 'logo-dark.png' @endphp @elseif (config('layout.header.self.theme') === 'dark') @php $kt_logo_image = 'logo-light.png' @endphp @endif {{-- Header Menu --}}
@if(config('layout.aside.self.display') == false) @endif
@else
@endif @include('layout.partials.extras._topbar')