SIP List
@if ($goldplans->count() == 0)
@else
@foreach ($goldplans as $plans)
No Record Found
@if($plans->is_purchased == true)
@else
@endforeach
@endif
@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) }}%