@if (session('quote')['insurance_types'] == 'PA')

PA Details

@else

Lifestyle Details

@endif
{{ csrf_field() }}
@if ($errors->has('date_of_birth')) {{ $errors->first('date_of_birth') }} @endif
@if ($errors->has('monthly_income')) {{ $errors->first('monthly_income') }} @endif
@if ($errors->has('nominee_name')) {{ $errors->first('nominee_name') }} @endif
@if ($errors->has('nominee_relationship')) {{ $errors->first('nominee_relationship') }} @endif