ruxailab / laravel-pdf-generator

1 stars 1 forks source link

[BUG 🐞 ] - Cannot select specific options to generate PDF #2

Open jvJUCA opened 3 months ago

jvJUCA commented 3 months ago

When select these options image the server respond with ERROR:500 internal server Error.

saltykheera commented 3 months ago

After GOING thru the : directory:- laravel-pdf-generator\resources\views\pdf\generalStatistics.blade.php

I have figured out why this issue is persisting this issue Occurs when the test Options does not contains a description image

because there is no check on that if description exist or not same with value if it has no value image Added a check on That