@extends('layouts.default') @section('content')
Health Insurance Form
Add Health Insurance
S.No
Name
Email
Mobile
Action
@foreach($healthinsurance as $key => $val)
{{$key+1}}
{{$val->personal_name}}
{{$val->email}}
{{$val->mobile_no}}
Edit
@endforeach
@endsection