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

Dashboard / Insurance /Term Insurance

Term Insurance

Term insurance plans offer your family much-needed financial security after you, in exchange for a specified premium amount. In case of an unfortunate demise of the life insured during the policy term, the insurer provides a death benefit payout to the nominee, called as life cover, to manage their expenses

Term insurance policy is a popular choice for individuals seeking comprehensive coverage at affordable premiums. Financial security and the protection of loved ones are paramount considerations for anyone who wants to ensure a stable future.

  • Pure Protection Plan

  • Tax Deduction under 80c

  • Affordable Premium

  • Financial Security To Your Family

@csrf

Buy Term Insurance

@if(Auth::user()->role == 'dpuser') @else
@if($errors->has('query_for'))
{{ $errors->first('query_for') }}
@endif
@endif
@if($errors->has('full_name'))
{{ $errors->first('full_name') }}
@endif
@if($errors->has('age'))
{{ $errors->first('age') }}
@endif
@if($errors->has('contact_no'))
{{ $errors->first('contact_no') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('occupation'))
{{ $errors->first('occupation') }}
@endif
@if($errors->has('anual_income'))
{{ $errors->first('anual_income') }}
@endif
@if($errors->has('qualification'))
{{ $errors->first('qualification') }}
@endif
@if($errors->has('smoker'))
{{ $errors->first('smoker') }}
@endif
@if($errors->has('policy_term'))
{{ $errors->first('policy_term') }}
@endif
@if($errors->has('life_cover'))
{{ $errors->first('life_cover') }}
@endif
@if($errors->has('premium_payment_term'))
{{ $errors->first('premium_payment_term') }}
@endif
@if($errors->has('premium_payment_frequency'))
{{ $errors->first('premium_payment_frequency') }}
@endif