@if(get_company_logo(NULL, TRUE) ) {{ config('constants.company_name') }} @else {{ config('constants.company_name') }} @endif
@if(Request::is('client*'))
    @if(Auth::check() && is_current_user_a_customer())
  • @lang('form.dashboard')
  • @lang('form.projects')
  • @lang('form.invoices')
  • @lang('form.estimates')
  • @if(!is_support_feature_disabled())
  • @lang('form.support')
  • @endif
  • @lang('form.account_statement')
  • @endif
    @if(!is_knowledge_base_feature_disabled())
  • @lang('form.knowledge_base')
  • @if(Auth::check() && is_current_user_a_customer())
  • {{ auth()->user()->first_name }} {{ auth()->user()->last_name }}
    @lang('form.profile') @lang('form.change_password') @lang('form.logout')
  • @endif @endif @if(!Auth::check() || is_current_user_a_team_member() ) @if(!is_customer_registration_feature_disabled())
  • @lang('form.register')
  • @endif
  • @lang('form.login')
  • @endif @if(Auth::check() && is_current_user_a_customer())
  • qwer {{ auth()->user()->first_name }} {{ auth()->user()->last_name }}
    @lang('form.profile') @lang('form.change_password') @lang('form.logout')
  • @endif
@endif