Create a new Interest Savings

{{-- locked savings notice --}} @if (!$if_has_locked_savings) @endif

You will earn interest of {{$interest}}% daily

Wallet Balance: {{formatNumber(auth()->user()->wallet_balance)}}

If you save {{$amount}}, your estimated returns will be:

Daily

{{formatNumber($daily_earnings)}}

Weekly

{{formatNumber($weekly_earnings)}}

Monthly

{{formatNumber($monthly_earnings)}}

@if ($type === 'locked')
@endif
@if ($if_auto_save)

This amount will be deducted from your wallet balance based on the frequency you set

@endif
Continue
{{-- order Preview --}}

Confirm Savings


{{formatNumber($total_amount)}}

{{$name}}

{{formatNumber($amount)}}

{{$fee}}

{{$type}} savings

{{formatNumber($daily_earnings)}}

{{formatNumber($weekly_earnings)}}

{{formatNumber($monthly_earnings)}}

Payment Method

{{formatNumber(auth()->user()->wallet_balance)}}

{{ __('Create Savings') }}