Level 53
Welcome to the forum ;)
Put your code between 2x 3 ` or it wont show ;)
So:
```
<iframe src="{{ $someUrl }}"></iframe>
```
But to answer the question: You'd do it the same as in normal HTML, but if you want to output php variables, you'd use {{ $someVariable }}
1 like