@auth
@if (Auth::user()->staffprofile!=null) @if (Auth::user()->staffprofile->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