@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 --}} {{-- Selected count --}} selected (all) {{-- Divider --}} {{-- "Select all across pages" nudge --}} Select all {{-- Action dropdown --}} Actions {{-- Action icon --}} {{-- Deselect all --}} {{-- Confirmation modal for destructive actions --}} Confirm Are you sure you want to ? This action cannot be undone. Cancel
Are you sure you want to ? This action cannot be undone.