We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29edfbd commit b0c331aCopy full SHA for b0c331a
README.md
@@ -49,6 +49,7 @@ echo $blade->render('index', ['name' => 'Michael Darko']);
49
50
We can have this as our template `index.blade.php`
51
```php
52
+<!Doctype html>
53
<html>
54
<head>
55
<title>{{ $name }}</title>
0 commit comments