Laravel PHP Developer Question:
Download Job Interview Questions and Answers PDF
Tell me how can you display HTML with Blade in laravel?
Answer:
To display html in laravel you can use below syntax.
{!! $your_var !!}
{!! $your_var !!}
Download Laravel PHP Developer Interview Questions And Answers
PDF
Previous Question | Next 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? |