@if(Session::has('user.contractId'))
  • {{Lang::get('common.summary.navigation.button.label')}}
  • {{Lang::get('common.history.navigation.button.label')}}
  • {{Lang::get('common.menu.navigation.button.label')}}
  • {{ Lang::get('common.settings.navigation.button.label') }}
    • {{ Lang::get('common.changepassword.navigation.button.label')}}
    • {{ Lang::get('common.expenditureLimit.navigation.button.label') }}
@endif
    @if(Route::current()->getActionName() != 'FaqController@index')
  • {{ Lang::get('common.faq.navigation.button.label') }}
  • @endif @if(Route::current()->getActionName() != 'AuthorizeClientController@login') @if(Session::has('user.contractId'))
  • {{ Lang::get('common.signout.navigation.button.label')}}
  • @else
  • {{ Lang::get('common.signin.navigation.button.label')}}
  • @endif @endif