añadido crd para Song y transladada la logica de /gallery a un controller

This commit is contained in:
2025-03-27 00:10:40 -03:00
parent c8d64406f5
commit 55b130edad
19 changed files with 464 additions and 80 deletions

View File

@@ -40,6 +40,12 @@ export default function Authenticated({
>
Gallery
</NavLink>
<NavLink
href={route('canciones')}
active={route().current('canciones')}
>
Canciones
</NavLink>
</div>
</div>
@@ -137,6 +143,18 @@ export default function Authenticated({
>
Dashboard
</ResponsiveNavLink>
<ResponsiveNavLink
href={route('gallery')}
active={route().current('gallery')}
>
Gallery
</ResponsiveNavLink>
<ResponsiveNavLink
href={route('canciones')}
active={route().current('canciones')}
>
Canciones
</ResponsiveNavLink>
</div>
<div className="border-t border-gray-200 pb-1 pt-4 dark:border-gray-600">