Laravel PHP Developer Question:

Tell me how can you display HTML with Blade in laravel?

Tweet Share WhatsApp

Answer:

To display html in laravel you can use below syntax.

{!! $your_var !!}

Read All 65 Laravel PHP Developer Questions
Previous QuestionNext Question
Do you know what is routing and how, and what are the different ways to write it?Tell me how To Enable The Query Logging?