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

Insurance /Health Insurance Enquiry Detail

@if($details->coverage_required != 0) @endif @if($details->age != 0) @endif @if($details->health_cover != 0) @endif @if($details->pin_code != 0) @endif @if($details->type_of_insurance == 'Group Health Insurance') @endif @if($details->type_of_insurance != 'Group Health Insurance') @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 }}
Health Cover ( In Lakhs) {{ $details->health_cover }}
Pin Code {{ $details->pin_code }}
Company Name {{ $details->company_name }}
Number of Employee {{ $details->no_of_employee }}
Buy First Time {{ $details->buy_first_time }}
D.O.B. {{ $details->dob }}
Nationality {{ $details->nationality }}
Gender {{ $details->gender }}
Age {{ $details->self_age }}
Spouse Age {{ $details->spouse_age }}
Son Age {{ $details->son_age }}
Daughter Age {{ $details->daughter_age }}
Mother Age {{ $details->mother_age }}
Father Age {{ $details->father_age }}
Mother In Law Age {{ $details->mother_in_law_age }}
Father In Law Age {{ $details->father_in_law_age }}
@endsection