@if(!empty($logo=\Modules\Setting\Entities\Setting::where('setting_key','core.company_logo')->first()->setting_value)) logo @else {{\Modules\Setting\Entities\Setting::where('setting_key','core.company_name')->first()->setting_value}} @endif
@if(!empty(Auth::user()->photo)) User Image @else User profile picture @endif
{{Auth::user()->first_name}} {{Auth::user()->last_name}}
  • {{trans_choice('dashboard::general.dashboard', 1)}}

  • {{trans_choice('loan::general.loan', 2)}}

    • {{trans_choice('core::general.view', 1) . ' ' . trans_choice('loan::general.loan', 2)}}

    • {{trans_choice('core::general.view', 1) . ' ' . trans_choice('loan::general.application', 2)}}

    • {{trans_choice('core::general.create', 1) . ' ' . trans_choice('loan::general.application', 1)}}

  • {{trans_choice('savings::general.savings', 2)}}

    • {{trans_choice('core::general.view', 1) . ' ' . trans_choice('savings::general.savings', 2)}}

  • {{trans_choice('client::general.client', 1) . ' ' . trans_choice('core::general.profile', 1)}}