Agregue catalogo y un poco de vistaUsuario

This commit is contained in:
2025-08-17 01:05:33 -03:00
parent eb61eabdd4
commit 7c0313bc49
6 changed files with 82 additions and 6 deletions
+5 -3
View File
@@ -1,6 +1,8 @@
<H1>BIENVENIDO {{Auth::user()->name}} </H1>
<form action="{{route('logout')}}" method="post">
<x-appc>
<H1>BIENVENIDO {{ Auth::user()->name }} </H1>
<a href="{{ route('catalogo') }}">Ir a catalogo</a>
<form action="{{ route('logout') }}" method="post">
@csrf
<button type="submit">Logout</button>
</form>
</x-appc>