Files
LauckCycles/resources/views/prueba.blade.php
T

9 lines
385 B
PHP

<x-layout>
<div>
<x-forms.label class="block text-sm font-bold text-gray-600 mb-1">Contraseña</x-forms.label>
<input type="password" name="password" required
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">
</div>
</x-layout>