Repository for Assignment: Walk-Through: Laracast sections 1-4 Name: Juan Montalvo Link: https://github.com/mijuanmontalvo/Juan_Montalvo_Walk-Through/blob/main/README.md
<title>Demo</title>
<h1>
<?php
$greeting = "Hello";
echo "$greeting Everybody!";
?>
</h1>