@php Theme::set('pageTitle', __('Agents')); @endphp
@foreach($accounts as $account)
{{ RvMedia::image($account->avatar_url, $account->name) }} {!! Theme::partial('shortcodes.agents.partials.social-links', compact('account')) !!}
{!! Theme::partial('shortcodes.agents.partials.info', compact('account')) !!}
@endforeach
{{ $accounts->links(Theme::getThemeNamespace('partials.pagination')) }}