Skip to content

Commit 7c42734

Browse files
committed
Add new blade template
1 parent cd4a706 commit 7c42734

File tree

5 files changed

+12
-174
lines changed

5 files changed

+12
-174
lines changed

.DS_Store

0 Bytes
Binary file not shown.

resources/views/index.blade.php

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Hello I'm a blade template
2+
3+
@isset($name)
4+
<div>The name is: {{ $name }}</div>
5+
@endisset
6+

0 commit comments

Comments
 (0)