diff --git a/resources/views/login.blade.php b/resources/views/login.blade.php index d390937..5519620 100644 --- a/resources/views/login.blade.php +++ b/resources/views/login.blade.php @@ -1,48 +1,45 @@ - - - - - - - Bicicletería Lauck - Inicio de sesión - - - - -
+ +
-

Bicicletería Lauck

- +

Bicicletería Lauck

+ + -
+
@csrf -{{-- No muestra los errores, ver --}} - @if ($errors->any()) -
-
    - @foreach ($errors->all() as $error) -
  • {{ $error }}
  • - @endforeach -
-
- @endif + {{-- No muestra los errores, ver --}} + {{-- Bloque de errores de validación y autenticación --}} + @if ($errors->any()) +
+ {{-- Muestra el primer mensaje de error sin lista --}} +

+ {{ $errors->first() }} +

+
+ @endif
- + + class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-lime-400 text-gray-600">
- + + class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-lime-400 text-gray-600">
+ class="w-full bg-lime-400 font-bold text-white py-2 rounded-md hover:bg-lime-500 transition-colors">

@@ -51,7 +48,4 @@

- - - - + \ No newline at end of file