logo, improved listing, some helpers, mail confirms table, confirmed flag, user title column..
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
@endphp
|
||||
|
||||
<div class="row form-group">
|
||||
<label for="field-{{ $w->name }}" class="col-md-{{$w->labelCols}} col-form-label text-md-right">{{ $w->label }}</label>
|
||||
<label for="field-{{ $w->name }}" class="col-md-{{$w->labelCols}} col-form-label text-md-right">
|
||||
{{ $w->label }}
|
||||
@include('form._help', ['mobile' => true])
|
||||
</label>
|
||||
<div class="col-md-{{$w->fieldCols}}">
|
||||
<textarea id="field-{{ $w->name }}"
|
||||
name="{{ $w->name }}"
|
||||
@@ -16,5 +19,5 @@
|
||||
</span>
|
||||
@endif
|
||||
</div>
|
||||
@include('form._help')
|
||||
@include('form._help', ['mobile' => false])
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user