background_color" => $shortcode->background_color])>
{!! Theme::partial('shortcode-heading', ['shortcode' => $shortcode, 'centered' => false]) !!}
@foreach($accounts as $account)
{{ RvMedia::image($account->avatar_url, $account->name) }} {!! Theme::partial('shortcodes.agents.partials.social-links', compact('account')) !!}
{{ $account->name }}
{!! Theme::partial('shortcodes.agents.partials.info', compact('account')) !!}
@endforeach