@extends('layouts.buddy-screens') @section('content')
@if ($message = Session::get('Pension_Plan')) @endif
@if(session('success') == "Opps! You do not have access") @elseif(session()->has('success'))
× {{session('success')}}
@endif
@if(session('success') == "Opps! You do not have access") @elseif(session()->has('success'))
× {{session('success')}}
@endif

Dashboard / Insurance / Pension Plan

Pension Plan

A pension plan is a type of investment plan that helps individuals invest for their future retirement needs. It allows you to accumulate a pool of funds by making either a lump sum investment or regular premium payments over a period of time. These plans ensure that you have a secure future by providing you with a guaranteed steady income stream during your retirement years.

By contributing to a pension plan throughout your working years, you can build a substantial corpus that will support your financial needs when you are no longer actively employed.

  • Save upto ₹46,800 in tax
    under Sec 80C

  • Investment ₹20k monthly & Get ₹4.2
    lacs yearly pension for life

  • Multiple Annuity Options

  • Guranteed Return For Life

@csrf

Buy Pension Plan

@if(Auth::user()->role == 'dpuser') @else
@if($errors->has('query_for'))
{{ $errors->first('query_for') }}
@endif
@endif
@if($errors->has('first_name'))
{{ $errors->first('first_name') }}
@endif
@if($errors->has('last_name'))
{{ $errors->first('last_name') }}
@endif
@if($errors->has('contact_no'))
{{ $errors->first('contact_no') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('age'))
{{ $errors->first('age') }}
@endif
@if($errors->has('gender'))
{{ $errors->first('gender') }}
@endif
@if($errors->has('premium_amount'))
{{ $errors->first('premium_amount') }}
@endif
@if($errors->has('nationality'))
{{ $errors->first('nationality') }}
@endif
@if($errors->has('premium_frequency'))
{{ $errors->first('premium_frequency') }}
@endif
@if($errors->has('policy_term'))
{{ $errors->first('policy_term') }}
@endif
@if($errors->has('premium_payment_term'))
{{ $errors->first('premium_payment_term') }}
@endif