@if ($accounts->isNotEmpty())
@foreach ($accounts as $account)
{!! Theme::partial('real-estate.agents.item', compact('account')) !!}
@endforeach @if($accounts->hasPages())
@endif
@else

{{ __('0 results') }}

@endif