Commit 7f7a0cf0 authored by Alexandru Bucur's avatar Alexandru Bucur

Added a small example on how to call a function in blade :P

parent c764f76e
......@@ -64,6 +64,10 @@ Blade makes writing your views pure bliss. To create a blade view, simply name y
#### Echoing a variable using Blade:
Hello, {{$name}}.
#### Calling an echo on a function using Blade:
{{ Asset::styles() }}
#### 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