Level 54
it seem that the nav is having the authenticated user first name and when you logout or session ended the firstname hit error, i guess, probably you can check if authenticated user exist then only show name if not then show a "Guest" or simply do not display it....
@if (!Auth::guest())
...