How can you display html with blade in laravel?



How can you display html with blade in laravel?..

Answer / Santosh Kumar Sarswat

To display HTML within Blade templates in Laravel, you simply write the HTML code between PHP delimiters `<?php echo 'HTML Code'; ?>`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What are the Steps for Creating a Blade Template Layout ?

2 Answers  


What does csrf token in laravel 5?

1 Answers  


What is artisan in laravel?

1 Answers  


What is x-xsrf-token?

1 Answers  


Explain the difference between laravel 4 and laravel 5?

1 Answers  


In laravel, what is guarded attribute in a model?

1 Answers  


How to configure cron jobs in homestead?

1 Answers  


How to enable multiple php versions in homestead?

1 Answers  


What is the differce between contracts and facades?

1 Answers  


Where can I learn laravel?

1 Answers  


What are contracts?

1 Answers  


How to create a laravel project using composer.

1 Answers  


Categories