Added a small example on how to call a function in blade :P
This commit is contained in:
parent
c764f76e5b
commit
7f7a0cf035
|
@ -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