@if ($logged_in_user)
  • {{ $logged_in_user->name }}
    • {{ link_to_route('frontend.auth.logout', trans('navs.general.logout')) }}
  • @endif