{{$savings->type}} Ajo Savings

{{ formatNumber($savings->balance)}}

@if ($savings->pay_back_amount == 0 && $savings->status == 'active') End @endif

End Ajo Savings

@if ($savings->pay_back_amount < 0)

You still {{ formatNumber($savings->pay_back_amount)}} outstanding payment, which means you can't end this savings yet.

Payback
@else

Closing the Ajo savings before the end date will attract a {{$early_close_fee}}% fee on the total amount saved.

Cancel Yes, End Savings
@endif
{{--

Locked

--}} @if ($savings->status == 'closed')

Closed {{$savings->end_date->diffForHumans()}}

@else

{{$savings->days_left}} days left

@endif
Payback Amount: {{ formatNumber($savings->pay_back_amount)}}
@if ($savings->pay_back_amount > 0 && $savings->status == 'active') Payback @endif

Payback Ajo Savings

You need to pay back the total outstanding amount before you can end this savings.

Total Payback Amount

{{formatNumber($savings->pay_back_amount)}}

Cancel Pay Now
View Transactions
{{-- @push('scripts') @endpush --}}