@include("Layout::parts.topbar")
@php $logo = setting_item('logo_id'); $logoDark = setting_item('logo_id_dark'); @endphp
@if($logo)
@endif @if($logoDark)
@endif
@php $textColor = 'text-white'; generate_menu('primary',[ 'walker'=>\Themes\GoTrip\Core\Walkers\MenuWalker::class, 'custom_class' => $textColor, 'desktop_menu' => true, 'enable_mega_menu' => true ]) @endphp
@if(!Auth::check())
@else
@endif