myView.blade.php 184 Bytes
Newer Older
raphael.peim's avatar
raphael.peim committed
1 2 3 4 5 6 7 8 9 10 11 12
<!Doctype html>
<html>
    <head>
        <title>My first view</title>
    </head>

    <body>
        <div>
            Hi there ! I'm using Laravel
        </div>
    </body>
</html>