@rahulrgodhani Can you double confirm that you didn't make any syntax error in the blade?
Laravel blade stops rendering
Hi all,
I am trying to add some HTML code to my laravel blade file, but the file stops rendering if I add HTML code.
Here is the link to my git repository.
gitlab.com/rahulrgodhani/estimate-system.git
Database file is included in the repository(database/estimate-system.sql) Use the above sql file instead of migration.
(login credentials: 0000000000, psswd: test123test)
There is only 1 commented portion from line 370 to line 395 in print-estimate-slip.blade.php
If the commented code is deleted, then it works fine. (I tried HTML comment as well as laravel blade comment) If it is uncommented or if comment is present, then it stops rendering.
Please help me as this is causing a lot of trouble.
I have removed most of the routes for security purpose.
skype: rahul_godhani
Tried commenting code, result: stops rendering Tried uncommenting code, result: stops rendering Tried deleting code, result: renders fine
error video: youtube.com/watch?v=x9zSFSZ-m34&ab_channel=RahulGodhani
Please or to participate in this conversation.