diff --git a/app/Filament/Resources/OcrValidationResource.php b/app/Filament/Resources/OcrValidationResource.php index 854a910..9a8b43d 100644 --- a/app/Filament/Resources/OcrValidationResource.php +++ b/app/Filament/Resources/OcrValidationResource.php @@ -286,6 +286,8 @@ class OcrValidationResource extends Resource //$templatePath = storage_path('app/private/uploads/StickerTemplateOcr/Single.pdf'); $templatePath = storage_path('app/private/uploads/OcrGrNumber/' . $grNumber . '.pdf'); + dd($templatePath); + if(!file_exists($templatePath)) { Notification::make()