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

Insurance / Life Insurance

@if(session('success'))
× {{session('success')}}
@endif

@csrf
@if($errors->has('full_name'))
{{ $errors->first('full_name') }}
@endif
@if($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($errors->has('contact_no'))
{{ $errors->first('contact_no') }}
@endif
@if($errors->has('type_of_insurance'))
{{ $errors->first('type_of_insurance') }}
@endif
@if($errors->has('coverage_required'))
{{ $errors->first('coverage_required') }}
@endif
@if($errors->has('age'))
{{ $errors->first('age') }}
@endif
@if($errors->has('pin_code'))
{{ $errors->first('pin_code') }}
@endif
@endsection