Skip to content

Instantly share code, notes, and snippets.

@Tynael
Created December 15, 2022 12:03
Show Gist options
  • Save Tynael/e5ffcad468d9983dbf61f6adcb40e7e1 to your computer and use it in GitHub Desktop.
Save Tynael/e5ffcad468d9983dbf61f6adcb40e7e1 to your computer and use it in GitHub Desktop.
How to Set Variables in Blade Templates
<!DOCTYPE html>
<body>
<div>
<h1>{{ $name = 'John Doe' }}</h1>
</div>
</body>
</html>
@Tynael
Copy link
Author

Tynael commented Dec 15, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment