@if (auth()->user()->foto) image @else {{ auth()->user()->nombre[0] }} @endif {{ auth()->user()->nombre_completo }} @foreach (auth()->user()->roles->pluck('nombre') as $index => $item) {{ $index + 1 == count(auth()->user()->roles->pluck('nombre')) ? $item : $item . ' - ' }} @endforeach