Tables\Actions\BulkAction::make('stickers')
->action(function (Collection $records, array $data): void {
????
????
????route('stickers.pdf.download', $data);
})
->label('Stickers')
->color('success')
->icon('heroicon-s-printer')
->modalWidth('sm')
->form([
Forms\Components\TextInput::make('start')
->numeric()
->minValue(1)
->maxValue(8)
->label('Start')
])
]);
Tables\Actions\BulkAction::make('stickers')
->action(function (Collection $records, array $data): void {
????
????
????route('stickers.pdf.download', $data);
})
->label('Stickers')
->color('success')
->icon('heroicon-s-printer')
->modalWidth('sm')
->form([
Forms\Components\TextInput::make('start')
->numeric()
->minValue(1)
->maxValue(8)
->label('Start')
])
]);