Undefined variable $title #73
Replies: 4 comments 3 replies
-
Does hero block have a title field? Or are u trying to access the page title in the hero block? If you would like to use the latter. //At the top
@aware(['page'])
//then you can access $page->title
{{ $page->title }} |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I figure out that I can't use
instead of filament-fabricator routes. pages/about/index.blade.php
|
Beta Was this translation helpful? Give feedback.
-
Undefined variable $page => File Structure:
- routes/web.php
dashboard.blade.php
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
guest.blade.php
default.blade.php
hero.blade.php
index.blade.php
Beta Was this translation helpful? Give feedback.
All reactions