funcion/refactor-general #45

Merged
atasistro merged 240 commits from funcion/refactor-general into master 2025-06-19 21:10:19 -03:00
2 changed files with 3 additions and 8 deletions
Showing only changes of commit 3b858f5b2b - Show all commits

View file

@ -42,7 +42,6 @@
class="text-a">
Cerrar sesión
</a>
<slot name="logout-form"></slot>
</div>
</div>
</div>

View file

@ -17,13 +17,9 @@
</head>
<body class="has-navbar-fixed-top">
<div id="root">
<comunes-nav-bar>
<template #logout-form>
<form id="logout-form" action="{{ route('logout') }}" method="POST" class="d-none">
@csrf
</form>
</template>
</comunes-nav-bar>
<form id="logout-form" action="{{ route('logout') }}" method="POST" class="d-none" hidden="hidden">
@csrf
</form>
<pedidos-nav-migas></pedidos-nav-migas>
<main id="main" class="py-4 has-top-padding">
@yield('content')