Logo Logo
    @foreach (session('top_route') as $key => $item)
  1. {{$item}}
  2. @if ($key !== 'last' )
  3. /
  4. @endif @endforeach
@if (auth()->user()->profile_picture) Avatar @else {{ auth()->user()->name[0] . "" . auth()->user()->surname[0] }} @endif
{{auth()->user()->name.' '.auth()->user()->surname}} {{ auth()->user()->email }}
Profile Settings
Log out