File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
resources/views/components Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11@props ([
2+ ' page' ,
23 ' title' => null ,
34 ' dir' => ' ltr' ,
45] )
Original file line number Diff line number Diff line change 88 /**
99 * @var class-string <\Z3d0X\FilamentFabricator\PageBlocks\PageBlock> $blockClass
1010 */
11- $blockClass = FilamentFabricator:: getPageBlockFromName ($blockType );
11+ $blockClass = \ Z3d0X \ FilamentFabricator \ Facades \ FilamentFabricator:: getPageBlockFromName ($blockType );
1212
1313 if (! empty ($blockClass ) && $page !== null ) {
1414 $blockClass :: preloadRelatedData ($page , $group );
Original file line number Diff line number Diff line change 11@props(['page'])
2- <x-filament-fabricator::layouts.base :title="$page->title">
2+ <x-filament-fabricator::layouts.base :page="$page" : title="$page->title">
33 {{-- Header Here --}}
44
55 <x-filament-fabricator::page-blocks :blocks="$page->blocks" />
66
77 {{-- Footer Here --}}
8- </x-filament-fabricator::layouts.base>
8+ </x-filament-fabricator::layouts.base>
You can’t perform that action at this time.
0 commit comments