Added route file in web.php #45
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user