@extends('layouts.front.login-site') @section('content') {{-- Page Banner Begins --}}
{{-- Page Banner Ends --}}

Meet The Landlords

{{-- Row 1 Begins --}} @foreach ($allAgents as $agent)
{{ $agent->business_name }}

{{ $agent->user->firstname ?? '' }} {{ $agent->user->lastname ?? '' }}

{{ count($agent->property) > 1 ? count($agent->property) . ' Properties' : count($agent->property) . ' Property' }}

Connect
@endforeach {{-- Row 1 Ends --}}
@if (count($allAgents) > 8) @endif @include('front.hero-sections.experts') @endsection