@extends('layouts.master') @section('title', 'Agents - HomesInKerala') @section('content')

Featured Agents

Connect with verified Kerala real estate experts.

@foreach($agents as $agent)
{{ $agent->initials }}

{{ $agent->user->name }}

{{ $agent->designation ?: 'Property Consultant' }}

{{ $agent->experience_years }} years experience {{ number_format($agent->properties_count) }} listings {{ number_format((float) $agent->rating, 1) }} rating

{{ Str::limit($agent->bio, 140) }}

View Profile @if($agent->whatsapp_url) WhatsApp @endif
@endforeach
{{ $agents->links() }}
@endsection