@extends('layouts.public') @section('title', __('Sellers & agents')) @section('meta_description', __('The agents, brokers and companies listing property on ABACO INFRA.')) @section('content')
@if ($profiles->isEmpty()) @else
{{ $profiles->links() }}
@endif
@endsection