fix doc
This commit is contained in:
@@ -39,6 +39,14 @@
|
||||
<span class="invalid-feedback">{{ $message }}</span>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Anno Fondazione</label>
|
||||
<input type="number" name="anno_fondazione" class="form-control @error('anno_fondazione') is-invalid @enderror"
|
||||
value="{{ old('anno_fondazione') }}" min="1800" max="{{ date('Y') + 1 }}" step="1">
|
||||
@error('anno_fondazione')
|
||||
<span class="invalid-feedback">{{ $message }}</span>
|
||||
@enderror
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Gruppo Padre</label>
|
||||
<select name="parent_id" class="form-control">
|
||||
|
||||
Reference in New Issue
Block a user