@extends('layout.main') @section('main-section')

EFU Property Management Portal

Insured List

abcd

@csrf

@foreach ($insureds as $insured ) @endforeach
Insured Name Email Password Phone
{{$insured->_InsuredName}} {{$insured->_InsuredEmail}} {{$insured->_InsuredPassword}} {{$insured->_InsuredPhone}} Trash Edit
@endsection('main-section')