{{ __('All Agents') }}

{{ __('Lists of our all expert agents') }}
@if ($accounts->count())
@foreach($accounts as $account)
{!! Theme::partial('real-estate.agents.item', compact('account')) !!}
@endforeach
@else

{{ __('0 results') }}

@endif