From bf1c4d85cfb29fc84a0acda3d70305a768c9e6a5 Mon Sep 17 00:00:00 2001 From: Lukas Selch <122468280+da-luggas@users.noreply.github.com> Date: Tue, 28 Jul 2026 19:39:06 +0200 Subject: [PATCH] fix: update ImageUtils namespace in PDF blade templates (#695) The ImageUtils class was moved from App\Services\Pdf to App\Support\Pdf but the blade templates were not updated to reflect this change. This caused 'Class App\Services\Pdf\ImageUtils not found' errors when generating PDFs for invoices, estimates, and payments. Updated namespace in 7 blade template files: - invoice1.blade.php - invoice2.blade.php - invoice3.blade.php - estimate1.blade.php - estimate2.blade.php - estimate3.blade.php - payment.blade.php --- resources/views/app/pdf/estimate/estimate1.blade.php | 2 +- resources/views/app/pdf/estimate/estimate2.blade.php | 2 +- resources/views/app/pdf/estimate/estimate3.blade.php | 2 +- resources/views/app/pdf/invoice/invoice1.blade.php | 2 +- resources/views/app/pdf/invoice/invoice2.blade.php | 2 +- resources/views/app/pdf/invoice/invoice3.blade.php | 2 +- resources/views/app/pdf/payment/payment.blade.php | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/views/app/pdf/estimate/estimate1.blade.php b/resources/views/app/pdf/estimate/estimate1.blade.php index 6bb507cc..3ad2a7cb 100644 --- a/resources/views/app/pdf/estimate/estimate1.blade.php +++ b/resources/views/app/pdf/estimate/estimate1.blade.php @@ -396,7 +396,7 @@