<turbo-stream action="update" target="home_scorers_list"><template>
    <div class="flex items-center justify-between rounded-lg px-2 py-2.5 ">
  <div class="flex min-w-0 items-center gap-2.5">
    <span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-[11px] font-bold bg-gray-100 text-gray-500 dark:bg-white/10 dark:text-white/50">31</span>
    <span class="truncate text-sm font-medium text-gray-900 dark:text-white">Danson</span>
  </div>
  <span class="flex shrink-0 gap-3 text-sm tabular-nums">
    <span class="w-6 text-center font-semibold text-red-600 dark:text-red-300">0</span>
    <span class="w-6 text-center text-gray-500 dark:text-white/55">0</span>
    <span class="w-8 text-center text-amber-600 dark:text-amber-300/90">1</span>
  </span>
</div>

</template></turbo-stream>
<turbo-stream action="replace" target="home_scorers_load_more"><template>
  <div id="home_scorers_load_more" class="mt-4 flex items-center justify-between border-t border-gray-100 pt-4 dark:border-white/10">
    <a data-turbo-stream="true" aria-label="Previous page" class="flex h-9 w-9 items-center justify-center rounded-lg border transition border-gray-200 text-gray-500 hover:border-gray-300 hover:bg-gray-50 hover:text-gray-900 dark:border-white/15 dark:text-white/60 dark:hover:border-white/30 dark:hover:bg-white/[0.06] dark:hover:text-white" href="/home/load_more_scorers?page=3">
    <svg class="h-4 w-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
      <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 19l-7-7 7-7"/>
    </svg>
</a>
  <span class="text-xs font-semibold tabular-nums text-gray-400 dark:text-white/40">Page 4 of 4</span>
    <span aria-disabled="true" aria-label="Next page"
      class="flex h-9 w-9 items-center justify-center rounded-lg border transition cursor-not-allowed border-gray-100 text-gray-300 dark:border-white/5 dark:text-white/15">
    <svg class="h-4 w-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
      <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
    </svg>
  </span>

</div>

</template></turbo-stream>