Merge pull request #624 from CoolGoose/patch-1
updated templating docs a bit with a function example
This commit is contained in:
@@ -65,6 +65,10 @@ Blade makes writing your views pure bliss. To create a blade view, simply name y
|
||||
|
||||
Hello, {{$name}}.
|
||||
|
||||
#### Calling an echo on a function using Blade:
|
||||
|
||||
{{ Asset::styles() }}
|
||||
|
||||
#### Rendering a view:
|
||||
|
||||
<h1>Profile</hi>
|
||||
|
||||
Reference in New Issue
Block a user