From 27b895413466864351f65d017cc50e91c2e128be Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Tue, 23 Dec 2025 11:12:30 +0530 Subject: [PATCH] Added route file in web.php --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.49.1