@extends('backend.admin-withouterrmaster') @section('site-title') {{__('Dashboard')}} @endsection @section('content')

Insurance / Life Insurance Enquiry Detail

@if($details->coverage_required != 0) @endif @if($details->age != 0) @endif @if($details->pin_code != 0) @endif @if($details->dob != 0) @endif @if($details->anual_income != 0) @endif @if($details->qualification != "") @endif @if($details->occupation != "") @endif @if($details->smoker != "") @endif @if($details->location != "") @endif @if($details->invested_year != "") @endif @if($details->withdraw_year != "") @endif @if($details->nationality != "") @endif @if($details->buying_for_self != "") @endif @if($details->buying_plan_for != "") @endif @if($details->gender != "") @endif @if($details->sum_assured != "") @endif @if(!empty($details->premium_frequency)) @endif @if(!empty($details->child_plan)) @endif @if(!empty($details->policy_term)) @endif @if(!empty($details->amount_of_premium)) @endif @if(!empty($details->insurance_term)) @endif @if(!empty($details->goal_amount)) @endif @if(!empty($details->plan_maturity)) @endif
Title Details
Type of Insurance {{ $details->type_of_insurance }}
Enquiry Code {{ $details->enquiry_code }}
Name {{ $details->full_name }}
Email Id {{ $details->email }}
Contact No. {{ $details->contact_no }}
Coverage Required {{ $details->coverage_required }}
Age of insured {{ $details->age }}
Pin Code {{ $details->pin_code }}
Anual Income {{ $details->anual_income }}
Qualification {{ $details->qualification }}
Occupation {{ $details->occupation }}
Smoker {{ $details->smoker }}
Location {{ $details->location }}
Invested Year {{ $details->invested_year }}
Withdraw Year {{ $details->withdraw_year }}
Are You An NRI {{ $details->nationality }}
Buying For Self {{ $details->buying_for_self }}
Buying Plan For {{ $details->buying_plan_for }}
Gender {{ $details->gender }}
Sum Assured {{ $details->sum_assured }}
Premium Frequency {{ $details->premium_frequency }}
Type Of Plan {{ $details->child_plan }}
Policy Term {{ $details->policy_term }}
Amount of Premium {{ $details->amount_of_premium }}
Insurance Term {{ $details->insurance_term }}
Goal Amount {{ $details->goal_amount }}
Plan Maturity {{ $details->plan_maturity }}
@endsection