• @if ($companies->count() > 1 && $showCompanies)
    @endif @if ($brands->count() > 1 && $showBrands)
    @endif
  • {{-- avatar --}}
    {{ auth()->user()->name }}

    {{ auth()->user()->profile }}

    @if (session()->get('checkout'))
    {{ session()->get('checkout')['name'] }}
    @endif {{--
    Profile
    Inbox
    Lock Screen
    --}}
    Cerrar Sesión
    @csrf