dealhub/resources/views/home.blade.php
2026-01-08 15:13:58 +05:30

10 lines
178 B
PHP

<x-layout>
<x-navbar />
<x-hero />
<x-why-dealhub />
<x-how-it-works />
<x-get-in-touch />
<x-footer />
@vite('resources/js/nav-menu.js')
</x-layout>