@props(['users' => [], 'max' => 5, 'size' => 'sm']) @php $display = array_slice($users, 0, $max); $remaining = count($users) - $max; @endphp