@php $loan = $model->getLoanForSection($currentSectionName); @endphp
{{-- --}}
*
{{--
--}} {{--
--}}
base_rate) value="{{$loan->base_rate ?: old('base_rate')}}" @endif type="number" step="any" id="base_rate{{ $currentSectionName }}" name="loans[{{ $currentSectionName }}][base_rate]" class="form-control number pricing-calc-item{{ $currentSectionName }}" placeholder="{{__('Base Rate')}} .." required />
margin_rate) value="{{$loan->margin_rate ?: old('margin_rate') }}" @endif type="number" step="any" id="margin_rate{{ $currentSectionName }}" name="loans[{{ $currentSectionName }}][margin_rate]" class="form-control number pricing-calc-item{{ $currentSectionName }}" placeholder="{{__('Margin Rate')}} .." required />
*
*
@push('js') @endpush