Tell me how can you display html with blade in laravel?
Answer Posted / Tripuresh Narayan Awasthi
"To display HTML using Blade in Laravel, enclose your HTML code within double curly braces ({{ and }}). For example:nn<code>// Include a link to the Google homepagen<a href="https://www.google.com">Go to Google</a>nis equivalent to <a href="https://www.google.com">Go to Google</a> when rendered."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers