File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/tailwindcss-stubs/views/auth Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
{{ csrf_field () } }
13
13
14
14
<div class =" flex items-stretch mb-3" >
15
- <label for =" email " class =" text-right font-semibold text-grey-dark text-sm pt-2 pr-3 align-middle w-1/4" >Name</label >
15
+ <label for =" name " class =" text-right font-semibold text-grey-dark text-sm pt-2 pr-3 align-middle w-1/4" >Name</label >
16
16
<div class =" flex flex-col w-3/4" >
17
- <input id =" email " type =" text" class =" flex-grow h-8 px-2 border rounded {{ $errors -> has (' name' ) ? ' border-red-dark' : ' border-grey-light' } }" name =" name" value =" {{ old (' name' ) } }" autofocus >
17
+ <input id =" name " type =" text" class =" flex-grow h-8 px-2 border rounded {{ $errors -> has (' name' ) ? ' border-red-dark' : ' border-grey-light' } }" name =" name" value =" {{ old (' name' ) } }" autofocus >
18
18
{!! $errors -> first (' name' , ' <span class="text-red-dark text-sm mt-2">:message</span>' ) ! !}
19
19
</div >
20
20
</div >
You can’t perform that action at this time.
0 commit comments