logo, improved listing, some helpers, mail confirms table, confirmed flag, user title column..
This commit is contained in:
@@ -9,7 +9,10 @@
|
||||
id="field-{{ $w->name }}"
|
||||
{{+$w->value?'checked':''}}
|
||||
name="{{ $w->name }}">
|
||||
<label class="custom-control-label" for="field-{{ $w->name }}">{{ $w->label }}</label>
|
||||
<label class="custom-control-label" for="field-{{ $w->name }}">
|
||||
{{ $w->label }}
|
||||
</label>
|
||||
@include('form._help', ['mobile' => true])
|
||||
</div>
|
||||
|
||||
@if ($errors->has($w->name))
|
||||
@@ -18,5 +21,5 @@
|
||||
</span>
|
||||
@endif
|
||||
</div>
|
||||
@include('form._help')
|
||||
@include('form._help', ['mobile' => false])
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user