Commit 146fbe36 authored by Carlos André's avatar Carlos André
Browse files

cadastro com cargo outro

parent 3b547444
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<option value="" disabled selected hidden>-- Cargo --</option> <option value="" disabled selected hidden>-- Cargo --</option>
<option @if(old('cargo')=='Professor' ) selected @endif value="Professor">Professor</option> <option @if(old('cargo')=='Professor' ) selected @endif value="Professor">Professor</option>
<option @if(old('cargo')=='Técnico' ) selected @endif value="Técnico">Técnico</option> <option @if(old('cargo')=='Técnico' ) selected @endif value="Técnico">Técnico</option>
<option @if(old('cargo')=='Estudante' ) selected @endif value="Estudante">Estudante</option> <option @if(old('cargo')=='Outro' ) selected @endif value="Outro">Outro</option>
</select> </select>
@error('cargo') @error('cargo')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment