@extends('admin.layouts.app') @section('panel')
@lang('DPS Summary')
  • {{ $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('admin.partials.installments_table')
@endsection @can('admin.dps.index') @push('breadcrumb-plugins') @endpush @endcan