@auth
@if (Auth::user()->application!=null) @if (Auth::user()->application->photo!=NULL) {{--
{{ Auth::user()->fname }} {{ Auth::user()->lname }}
--}} @else {{--
{{ Auth::user()->fname }} {{ Auth::user()->lname }}
--}} @endif @else {{--
{{ Auth::user()->fname }} {{ Auth::user()->lname }}
--}} @endif
@endauth