Added a small example on how to call a function in blade :P
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user