File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
packages/core/resources/views/components Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11<div {{ $attributes } } >
2- @stack ( ' before' )
2+ {{ $ before ?? ' ' } }
33 @if ($blocks )
44 @foreach ($blocks as $block )
55 @php ($className = \Backstage \Facades \Backstage:: resolveComponent ($block [' type' ]) )
1010 @endif
1111 @endforeach
1212 @endif
13- @stack ( ' after' )
13+ {{ $ after ?? ' ' } }
1414</div >
Original file line number Diff line number Diff line change 55<head >
66 <title >{!! trim ($pageTitle ?? $content -> pageTitle ) ! !} </title >
77
8- @stack ( ' headFirst' )
8+ {{ $ headFirst ?? ' ' } }
99
1010 <meta charset =" utf-8" >
1111 <meta http-equiv =" X-UA-Compatible" content =" IE=Edge" >
6363 <meta name =" twitter:url" content =" {{ $content -> meta_tags [' og_url' ] ?? $content -> url } }" >
6464 @endif
6565
66- @stack ( ' headLast' )
66+ {{ $ headLast ?? ' ' } }
6767</head >
6868
69- <body {{ $attributes } } >
70- @stack ( ' bodyFirst' )
69+ <body >
70+ {{ $ bodyFirst ?? ' ' } }
7171 {{ $slot } }
72- @stack ( ' bodyLast' )
72+ {{ $ bodyLast ?? ' ' } }
7373</body >
7474
7575</html >
You can’t perform that action at this time.
0 commit comments