@if (Auth::user()->avatar_original != null) @else @endif

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

@if (Auth::user()->phone != null)
{{ Auth::user()->phone }}
@else
{{ Auth::user()->email }}
@endif