@extends('master.layout.dashboard') @section('title', 'All Estate Agents') @section('content')

All Estate Agent Report


@foreach($estateAgent as $estateAgents) @endforeach
# Estate Agent Name Property Type Size Rent/Sale Property Images
{{ $loop->iteration }} {{ $estateAgents->name}} {{ $estateAgents->property_type}} {{$estateAgents->size}} {{$estateAgents->rent_sale}}
  • View Images
  • @endsection @section('javascript') @endsection