Merge pull request #624 from CoolGoose/patch-1
updated templating docs a bit with a function example
This commit is contained in:
commit
84f2209e3c
|
@ -65,6 +65,10 @@ #### Echoing a variable using Blade:
|
|||
|
||||
Hello, {{$name}}.
|
||||
|
||||
#### Calling an echo on a function using Blade:
|
||||
|
||||
{{ Asset::styles() }}
|
||||
|
||||
#### Rendering a view:
|
||||
|
||||
<h1>Profile</hi>
|
||||
|
|
Loading…
Reference in New Issue