From 253e85641031fb9782f83724c8f1de7a0b7de3a4 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Wed, 29 Oct 2025 11:45:27 +0530 Subject: [PATCH] modified logic in ocr --- app/Filament/Resources/OcrValidationResource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Resources/OcrValidationResource.php b/app/Filament/Resources/OcrValidationResource.php index 46cc12e..854a910 100644 --- a/app/Filament/Resources/OcrValidationResource.php +++ b/app/Filament/Resources/OcrValidationResource.php @@ -284,7 +284,7 @@ class OcrValidationResource extends Resource $serialNumbers = $serials; //$templatePath = storage_path('app/private/uploads/StickerTemplateOcr/Single.pdf'); - $templatePath = storage_path("app/private/uploads/OcrGrNumber/'$grNumber'.pdf"); + $templatePath = storage_path('app/private/uploads/OcrGrNumber/' . $grNumber . '.pdf'); if(!file_exists($templatePath)) {