@extends('layout1') @section('title') {{ $seoSetting->seo_title }} @endsection @section('meta') @endsection @section('frontend-content')

{{ __('Our Agent') }}

@if ($agents->count() > 0) @foreach ($agents as $agent)
team images {{ $agent->name }}

{{ $agent->address }}

@endforeach
{{ $agents->links('custom_paginator') }}
@else

{{ __('Agent Not Found!') }}

@endif
@endsection