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