@if(Auth::user()->profile_photo_path) {{ Auth::user()->name }} @else {{ substr(Auth::user()->name, 0, 2) }} @endif

{{ Auth::user()->name }}

{{ Auth::user()->email }}