{{-- logo and Site name --}}
{{-- Check if site logo exists and display it, otherwise show site icon or name --}} @if (brand_logo()) logo @else @if (siteUrlSettings('site_icon')) {{ brand_name() }} @else {{ brand_name() }} @endif @endif
@include('layouts.partials.searchbar') @include('layouts.partials.userpanel')

@include('layouts.partials.navpanel')
@if (brand_logo()) logo @else @if (siteUrlSettings('site_icon')) {{ brand_name() }} @else {{ brand_name() }} @endif @endif
@include('layouts.partials.navpanel')
@include('layouts.partials.userpanel')
@if (brand_logo()) logo @else @if (siteUrlSettings('site_icon')) {{ brand_name() }} @else {{ brand_name() }} @endif @endif
@include('layouts.partials.sidebarpanel')