@if (count($editors) == 0)
No editors were found using the selected filters.
@foreach ($editors as $provider_user_acct)
@include('partials.single_editor', ['user' => $provider_user_acct, 'isWriter' => $isWriter])
@if ($loop->iteration % 2 === 0)
@endif
@endforeach