diff --git a/resources/views/login.blade.php b/resources/views/login.blade.php index ae30e2d..9875eac 100644 --- a/resources/views/login.blade.php +++ b/resources/views/login.blade.php @@ -10,7 +10,7 @@ highlight="Lauck" /> --> - +
@csrf diff --git a/resources/views/prueba.blade.php b/resources/views/prueba.blade.php new file mode 100644 index 0000000..08a0492 --- /dev/null +++ b/resources/views/prueba.blade.php @@ -0,0 +1,9 @@ + + +
+ Contraseña + +
+ +
\ No newline at end of file diff --git a/resources/views/register.blade.php b/resources/views/register.blade.php index 7c1a62b..6439a7f 100644 --- a/resources/views/register.blade.php +++ b/resources/views/register.blade.php @@ -1,25 +1,13 @@ - - - - - - - Bicicletería Lauck - Registro - - - - +
-

- Bicicletería Lauck -

+

Bicicletería Lauck

-
+

Registrarse

-

Por favor completá el formulario para crear una cuenta.

+

Por favor completá el formulario para crear una cuenta.

@csrf @@ -27,38 +15,38 @@
    @foreach ($errors->all() as $error) -
  • {{ $error }}
  • +
  • {{ $error }}
  • @endforeach
@endif
- +
- +
- +
- +
+ class="w-full bg-lime-500 font-bold text-white py-2 rounded-md hover:bg-lime-600 transition-colors">

@@ -68,6 +56,4 @@

- - - + \ No newline at end of file