Agregue catalogo y un poco de vistaUsuario
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user