update codigo referido funcionamiento login, register y dashboard
This commit is contained in:
@@ -488,10 +488,10 @@
|
||||
|
||||
<!-- Rol -->
|
||||
<div class="mb-4">
|
||||
<label for="estado_promocion" class="block text-gray-700 text-sm font-bold mb-2">Selecciona rol:</label>
|
||||
<select id="estado_promocion" wire:model="rol"
|
||||
<label for="rol" class="block text-gray-700 text-sm font-bold mb-2">Selecciona rol:</label>
|
||||
<select id="rol" wire:model="rol"
|
||||
class="w-full border-2 border-neutral-200 rounded-[0.8rem] shadow appearance-none ring-0 focus:ring-0 focus:border-neutral-300 py-2 px-3 text-gray-700 leading-tight focus:outline-none focus:shadow-outline">
|
||||
<option selected>Rol</option>
|
||||
<option value="" selected>Rol</option>
|
||||
@foreach ($roles as $rol)
|
||||
<option value="{{ $rol->id }}">{{ $rol->nombre }}</option>
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user