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