Files
LauckCycles/resources/views/welcome.blade.php
T
2026-01-07 03:35:59 -03:00

11 lines
294 B
PHP

<x-layout title="Home - Lauck">
<x-section-header subtitle="Inicio" title="Bicicleteria " highlight="Lauck"/>
<!-- CARROUSEL DESTACADO -->
<div class="w-full mb-12">
<!-- datos del controlador -->
<x-ui.carrousel :items="$destacados" />
</div>
</x-layout>