{{-- menu lateral --}}
{{ Auth::user()->name }}
{{ Auth::user()->email }}
{{ Auth::user()->rol->nombre }}
{{ __('Inicio') }}
{{ __('Clientes') }}
{{ __('Servicios') }}
{{ __('Top distribuidores') }}
@if (auth()->user()->rol->nombre != 'editor')
{{ __('Reportes') }}
@endif
@if (auth()->user()->rol->nombre == 'super' || auth()->user()->rol->nombre == 'administrador' || auth()->user()->rol->nombre == 'editor') @endif
@csrf
{{-- menu lateral --}}