@php $code = Auth::user()->mfi->code; @endphp @extends('mfi.layouts.app') @push('style') @endpush @section('pagetitlesection') @endsection @section('content')

Penalty


{{--
--}} Note: If missed emi is recieved before next emi through online mode ( weekly/ biweekly)

@if(count($listPenaltyCaseOne))
@csrf @forelse($listPenaltyCaseOne as $key => $penalty)
@empty @endforelse @if(count($listPenaltyCaseOne))
@endif
@endif
@csrf
{{--
--}}
{{--
--}} Note: If missed emi is recieved combined with next scheduled emi ( in any mode)

@if(count($listPenaltyCaseTwo))
@csrf @forelse($listPenaltyCaseTwo as $key => $penalty)
@empty @endforelse @if(count($listPenaltyCaseTwo))
@endif
@endif
@csrf
{{-- @error('min_amount') {{ $message }} @enderror --}}
{{-- @error('max_amount') {{ $message }} @enderror --}}
{{-- @error('penalty_amount') {{ $message }} @enderror --}}
{{--
--}}
{{--
--}} Note: If emi is shifted to the last of the loan, in this case loan installment and time will be increased ( if there are 14 weeks tenure, it will increase to 15 weeks same as no of emi)

@csrf


{{--
--}}
@endsection @push('scripts') @endpush