Commit 84f2209e by Taylor Otwell

Merge pull request #624 from CoolGoose/patch-1

updated templating docs a bit with a function example
parents c764f76e 7f7a0cf0
...@@ -64,6 +64,10 @@ Blade makes writing your views pure bliss. To create a blade view, simply name y ...@@ -64,6 +64,10 @@ Blade makes writing your views pure bliss. To create a blade view, simply name y
#### Echoing a variable using Blade: #### Echoing a variable using Blade:
Hello, {{$name}}. Hello, {{$name}}.
#### Calling an echo on a function using Blade:
{{ Asset::styles() }}
#### Rendering a view: #### Rendering a view:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment