@include('partials.live-index-search-input', [
'inputId' => 'social-account-search',
'srLabel' => 'Rechercher un compte social',
'placeholder' => 'Recherche en direct : client, plateforme, compte, email…',
])
@include('social-accounts.partials.accounts-table', ['accounts' => $accounts, 'search' => $search])