for checking i kept dd in ocr

This commit is contained in:
dhanabalan
2025-10-29 11:46:17 +05:30
parent 253e856410
commit bb3fa0e703

View File

@@ -286,6 +286,8 @@ class OcrValidationResource extends Resource
//$templatePath = storage_path('app/private/uploads/StickerTemplateOcr/Single.pdf'); //$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');
dd($templatePath);
if(!file_exists($templatePath)) if(!file_exists($templatePath))
{ {
Notification::make() Notification::make()