{{--

SIP List

--}}
{{--
wallet-circle
--}}
image Plan List
{{-- --}}
@if ($goldplans->count() == 0)
No Record Found
@else @foreach ($goldplans as $plans)
@if($plans->is_purchased == true)
@else
@endif

{{ $plans->name }}

{{ $plans->sip_per_month }}
Monthly Premium
{{ $plans->price ?? '' }}
Total Premium
{{ $plans->no_months }}
No of Months
{{ $plans->maturity }}
Maturity
{{ round(($plans->maturity-$plans->price)/$plans->price*100,2) }}%
ROI Percentage
@endforeach @endif