@if(auth()->user()->role === UserRoles::CLIENT()) @include('layouts.partials.header-fixed-top') @else @php $whiteLabelCompany = auth()->user()->white_label_company; $headerLogo = $whiteLabelCompany ? $whiteLabelCompany->white_label_nav_logo : asset('img/logo.png'); @endphp
logo logo-dark {{-- logo logo-dark --}}
@if(!in_array(Route::current()->getName(), config('routes.account_verify', []))) @livewire('widgets.general-search') @endif
@endif