@props([ 'actions' => [], 'modelName' => 'item', ]) {{-- Bulk Actions Toolbar ──────────────────── A floating bottom bar that appears when items are selected in a table/list. Usage: Alpine events consumed: - bulk-select-toggle { id, checked } — from - bulk-select-all { checked } — from - bulk-select-all-pages — "Select all X items" across pages Alpine events dispatched: - bulk-action-confirmed { action, ids } - bulk-deselect-all --}}
{{-- Floating bottom bar --}} {{-- Confirmation modal for destructive actions --}}