@extends('layouts.master') @section('title') {{translate('edit loan product')}} @endsection @section('content')
{{translate('accounting')}}
{{translate('asset')}}:
{{translate('liability')}}:
{{translate('income')}}:
{{translate('expense')}}:
Penalty Setting
{{translate('charge')}}
{{translate('name')}} | {{translate('amount')}} | {{translate('collected on')}} | |
---|---|---|---|
{{ $key->charge->name }} | {{$key->charge->amount}} @if($key->charge->charge_option=="fixed") {{translate('fixed')}} @endif @if($key->charge->charge_option=="principal_due") % {{translate('principal due')}} @endif @if($key->charge->charge_option=="principal_interest") % {{translate('principal')}} + {{translate('interest due')}} @endif @if($key->charge->charge_option=="interest_due") % {{translate('interest due')}} @endif @if($key->charge->charge_option=="total_due") % {{translate('total due')}} @endif @if($key->charge->charge_option=="original_principal") % {{translate('original principal')}} @endif | @if($key->charge->charge_type=='disbursement') {{translate('disbursement')}} @endif @if($key->charge->charge_type=='specified_due_date') {{translate('specified_due_date')}} @endif @if($key->charge->charge_type=='installment_fee') {{translate('installment_fee')}} @endif @if($key->charge->charge_type=='overdue_installment_fee') {{translate('overdue_installment_fee')}} @endif @if($key->charge->charge_type=='loan_rescheduling_fee') {{translate('loan_rescheduling_fee')}} @endif @if($key->charge->charge_type=='overdue_maturity') {{translate('overdue_maturity')}} @endif @if($key->charge->charge_type=='savings_activation') {{translate('savings_activation')}} @endif @if($key->charge->charge_type=='withdrawal_fee') {{translate('withdrawal_fee')}} @endif @if($key->charge->charge_type=='monthly_fee') {{translate('monthly_fee')}} @endif @if($key->charge->charge_type=='annual_fee') {{translate('annual_fee')}} @endif |