@extends('layout') @section('title') {{ $seo_text->seo_title }} @endsection @section('meta') @endsection @section('user-content')

@if ($agents->count() > 0) @foreach ($agents as $agent) @php $isOrder=$orders->where('user_id',$agent->id)->count(); @endphp @if ($isOrder >0)
team images {{ $agent->translated_name }}

{{ $agent->translated_address }}

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

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

@endif
@endsection