@php $featureOn = $featureOn ?? true; $defaultInterestYear = (int) date('Y'); $defaultInterestDate = $defaultInterestYear.'-06-30'; $postedYears = collect($interestYearsPosted ?? [])->pluck('year')->all(); $confirmDelete = __('Are you sure? This will remove the ledger entry. Balance will be recalculated.'); @endphp
{{ __('Correct amount or date below, or delete to post again.') }}
@else @endif{{ __('Posted interest — edit or delete per year') }}
@foreach($interestYearsPosted as $row){{ __('Post new interest') }}