diff --git a/app/Filament/Resources/OcrValidationResource.php b/app/Filament/Resources/OcrValidationResource.php index 4ac23cc..34948f5 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('var/www/app/private/uploads/OcrGrNumber/' . $grNumber . '.pdf'); dd( $templatePath,