@extends('layouts.master') @section('title') {{translate('edit loan')}} @endsection @section('content')
{{translate('duration')}}:
{{translate('name')}} | {{translate('type')}} | {{translate('amount')}} | {{translate('collected on')}} | {{translate('date')}} |
---|---|---|---|---|
{{ $key->charge->name }} | @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 |