@extends($activeTemplate . 'layouts.master')
@section('content')
-
{{ $dps->dps_number }}
@lang('DPS Number')
-
{{ $dps->plan->name }}
@lang('Plan')
-
{{ getAmount($dps->interest_rate) }}%
@lang('Interest Rate')
-
{{ getAmount($dps->per_installment) }} {{ $general->cur_text }}
@lang('Per Installment')
-
{{ $dps->given_installment }}
@lang('Given Installment')
-
{{ $dps->total_installment }}
@lang('Total Installment')
-
{{ showAmount($dps->depositedAmount()) }} {{ $general->cur_text }}
@lang('Total Deposit')
-
{{ showAmount($dps->profitAmount()) }} {{ $general->cur_text }}
@lang('Profit')
-
{{ showAmount($dps->depositedAmount() + $dps->profitAmount()) }} {{ $general->cur_text }}
@lang('Including Profit')
@if (getAmount($dps->charge_per_installment))
-
{{ showAmount($dps->charge_per_installment) }} {{ $general->cur_text }} /@lang('Day')
@lang('Delay Charge')
@lang('Charge will be applied if an installment delayed for') {{ $dps->delay_value }} @lang(' or more days')
@endif
@include($activeTemplate . 'partials.installment_table')
@endsection
@push('bottom-menu')
@endpush