@extends('admin.layouts.app') @section('panel')
@csrf
@php $minAmount = isset($plan) ? getAmount($plan->minimum_amount) : null; @endphp {{ __($general->cur_text) }}
@php $maxAmount = isset($plan) ? getAmount($plan->maximum_amount) : null; @endphp {{ __($general->cur_text) }}
@php $perInstallment = isset($plan) ? getAmount($plan->per_installment) : null; @endphp %
@php $installmentInterval = isset($plan) ? getAmount($plan->installment_interval) : null; @endphp @lang('Days')
@php $totalInstallment = isset($plan) ? getAmount($plan->total_installment) : null; @endphp @lang('Times')
@php $installmentInterval = isset($plan) ? getAmount($plan->installment_interval) : null; @endphp %
@lang('Installment Delay Charge')
@lang('Day')
@lang($general->cur_text)
%
@can('admin.plans.loan.save') @endcan
@endsection @can('admin.plans.loan.index') @push('breadcrumb-plugins') @endpush @endcan @push('script') @endpush