@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