COM431_serverside_development/resources/views/home.blade.php
2025-02-11 11:55:09 +00:00

7 lines
114 B
PHP

<x-layout>
<x-slot:heading>
Home
</x-slot:heading>
<h1>{{$greeting}} from Home!</h1>
</x-layout>