7 lines
114 B
PHP
7 lines
114 B
PHP
<x-layout>
|
|
<x-slot:heading>
|
|
Home
|
|
</x-slot:heading>
|
|
<h1>{{$greeting}} from Home!</h1>
|
|
|
|
</x-layout>
|