{{ Sentinel::getUser()->first_name }} {{ Sentinel::getUser()->last_name }}
{{translate('my account')}}
  • {{translate('my profile')}}
  • {{translate('logout')}}
  • {{translate('dashboard')}}
  • @if(Sentinel::hasAccess('branches')) @endif @if(Sentinel::hasAccess('borrowers'))
  • {{translate('borrower')}}
      @if(Sentinel::hasAccess('borrowers.view'))
    • {{translate('view borrower')}}
    • {{translate('borrower pending')}} {{\App\Models\Borrower::where('branch_id', session('branch_id'))->where('active',0)->count() }}
    • @endif @if(Sentinel::hasAccess('borrowers.create'))
    • {{translate('add borrower')}}
    • @endif
  • @endif @if(Sentinel::hasAccess('loans'))
  • {{translate('loan')}}
      @if(Sentinel::hasAccess('loans.view')) @php $loan_status = get_loan_status_count(); @endphp
    • {{translate('view all loan')}} {{ $loan_status->total }}
    • {{translate('active loan')}} {{ $loan_status->disbursed }}
    • {{translate('pending approval')}} {{ $loan_status->pending }}
    • {{translate('awaiting disbursement')}} {{ $loan_status->approved }}
    • {{translate('loan declined')}} {{ $loan_status->declined }}
    • {{translate('loan withdrawn')}} {{ $loan_status->withdrawn }}
    • {{translate('loan written_off')}} {{ $loan_status->written_off }}
    • {{translate('loan closed')}} {{ $loan_status->closed }}
    • {{translate('rescheduled')}} {{ $loan_status-> rescheduled }}
    • @endif @if(Sentinel::hasAccess('loans.create'))
    • {{translate('add loan')}}
    • @endif @if(Sentinel::hasAccess('loans.products'))
    • {{translate('manage loan product')}}
    • @endif @if(Sentinel::hasAccess('loans.fees'))
    • {{translate('manage charge')}}
    • @endif @if(Sentinel::hasAccess('loans.update'))
    • {{translate('manage disbursed_by')}}
    • @endif @if(Sentinel::hasAccess('loans.update'))
    • {{translate('manage repayment method')}}
    • @endif @if(Sentinel::hasAccess('loans.loan_calculator'))
    • {{translate('loan calculator')}}
    • @endif @if(Sentinel::hasAccess('loans.view'))
    • {{translate('view guarantor')}}
    • @endif
  • @endif @if(Sentinel::hasAccess('repayments'))
  • {{translate('repayment')}}
      @if(Sentinel::hasAccess('repayments.view'))
    • {{translate('repayment')}}
    • @endif
  • @endif @if(Sentinel::hasAccess('settingsff'))
  • {{translate('capital')}}
      @if(Sentinel::hasAccess('settings'))
    • {{translate('capital')}}
    • @endif
  • @endif @if(Sentinel::hasAccess('expenses'))
  • {{translate('expense')}}
      @if(Sentinel::hasAccess('expenses.view'))
    • {{translate('view expense')}}
    • @endif @if(Sentinel::hasAccess('expenses.create'))
    • {{translate('add expense')}}
    • @endif @if(Sentinel::hasAccess('expenses.create'))
    • {{translate('manage expense type')}}
    • @endif
  • @endif @if(Sentinel::hasAccess('other_income'))
  • {{translate('other_income')}}
      @if(Sentinel::hasAccess('other_income.view'))
    • {{translate('view other_income')}}
    • @endif @if(Sentinel::hasAccess('other_income.create'))
    • {{translate('add other_income')}}
    • @endif @if(Sentinel::hasAccess('other_income.create'))
    • {{translate('manage other_income type')}}
    • @endif
  • @endif @if(Sentinel::hasAccess('collateral'))
  • {{translate('collateral')}}
      @if(Sentinel::hasAccess('collateral.view'))
    • {{translate('view collateral register')}}
    • @endif @if(Sentinel::hasAccess('collateral.create'))
    • {{translate('manage collateral type')}}
    • @endif
  • @endif @if(Sentinel::hasAccess('reports'))
  • {{translate('report')}}
    • {{translate('borrower report')}}
    • {{translate('loan report')}}
    • {{translate('financial report')}}
    • {{translate('organisation report')}}
  • @endif @if(Sentinel::hasAccess('reports'))
  • {{translate('accounting')}}
      @if(Sentinel::hasAccess('repayments.view'))
    • {{translate('chart_of_account')}}
    • @endif @if(Sentinel::hasAccess('repayments.view'))
    • {{translate('journal')}}
    • @endif @if(Sentinel::hasAccess('repayments.view'))
    • {{translate('ledger')}}
    • @endif @if(Sentinel::hasAccess('repayments.view'))
    • {{translate('add journal manual_entry')}}
    • @endif
  • @endif @if(Sentinel::hasAccess('communication'))
  • {{translate('asset')}}
    • {{translate('view asset')}}
    • {{translate('add asset')}}
    • {{translate('manage asset type')}}
  • @endif @if(Sentinel::hasAccess('users'))
  • {{translate('user')}}
      @if(Sentinel::hasAccess('users.view'))
    • {{translate('view user')}}
    • @endif @if(Sentinel::hasAccess('users.roles'))
    • {{translate('manage role')}}
    • @endif @if(Sentinel::hasAccess('users.create'))
    • {{translate('add user')}}
    • @endif
  • @endif @if(Sentinel::hasAccess('audit_trail'))
  • {{translate('audit_trail')}}
  • @endif @if(Sentinel::hasAccess('settings'))
  • {{translate('setting')}}
  • @endif