@include('partials.live-index-search-input', [
'inputId' => 'role-search',
'srLabel' => 'Rechercher un role',
'placeholder' => 'Recherche en direct : libelle, nom technique…',
])
@include('roles.partials.roles-table', ['roles' => $roles, 'search' => $search])