diff --git a/routes/web.php b/routes/web.php index 8d6defc..6d59d01 100644 --- a/routes/web.php +++ b/routes/web.php @@ -27,7 +27,7 @@ use App\Http\Livewire\CustomLogin; }); Route::get( - '/stickers/{stickerId}/pdf', + '/stickers/{stickerId}/pdf/{plantId?}/{itemCharacteristicId?}', [PdfController::class, 'generate'] )->name('stickers.pdf');