@php $carts = \App\Cart\Cart::cartCollection()->sortKeys(); $textColor = $header['top']['text_color']; @endphp
@if (isset($header['main']['show_logo']) && $header['main']['show_logo'] == 1 && $headerLogo->objectFile) @endif
  • @if ((Auth::user() <> null && Auth::user()->role()->type == 'global' && Auth::user()->role()->slug == 'super-admin') || (Auth::user() <> null && Auth::user()->role()->type == 'global' && Auth::user()->role()->slug == 'customer'))
    @else @endif
@if (isset($header['main']['show_logo']) && $header['main']['show_logo'] == 1 && $headerMobileLogo->objectFile) @endif
@if (isset($header['main']['show_account']) && $header['main']['show_account'] == 1) @if ((Auth::user() && Auth::user()->role()->type == 'global' && Auth::user()->role()->slug == 'super-admin') || (Auth::user() && Auth::user()->role()->type == 'global' && Auth::user()->role()->slug == 'customer'))
@else @endif

@auth {{ Auth::user()->name }} @else

@endauth

@auth {{ Auth::user()->email }} @else

@endauth

@endif
@if (isset($header['main']['show_track']) && $header['main']['show_track'] == 1) @endif

@if (isset($header['bottom']['show_category']) && $header['bottom']['show_category'] == 1)