@extends('master.layout.dashboard')
@section('title', 'All Estate Agents')
@section('content')
| # | Estate Agent Name | Property Type | Size | Rent/Sale | Property Images |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $estateAgents->name}} | {{ $estateAgents->property_type}} | {{$estateAgents->size}} | {{$estateAgents->rent_sale}} |
|