@php // Normalize modal target $target = ltrim($btn['target'] ?? 'bulk-action-modal', '#'); @endphp {{-- ✅ Bulk Action Button --}} @if (!empty($btn['icon'])) @endif {{ $btn['title'] ?? 'Bulk Action' }} {{-- ✅ Bulk Action Modal --}}
{{ $modal['msg'] ?? 'Are you sure you want to apply this action to selected items?' }}