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

{{ $menus->where('id',6)->first()->navbar }}

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

{{ $agent->address }}

@endif @endforeach
{{ $agents->links('user.paginator') }}
@endsection