Replace Form::checkbox in logo upload partial
This commit is contained in:
parent
37e4a13979
commit
510946e0eb
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
||||||
|
|
||||||
<div class="col-md-9 col-md-offset-3">
|
<div class="col-md-9 col-md-offset-3">
|
||||||
<label id="{{ $logoId }}-deleteCheckbox" for="{{ $logoClearVariable }}" style="font-weight: normal" class="form-control">
|
<label id="{{ $logoId }}-deleteCheckbox" for="{{ $logoClearVariable }}" style="font-weight: normal" class="form-control">
|
||||||
{{ Form::checkbox($logoClearVariable, '1', old($logoClearVariable)) }}
|
<input type="checkbox" name="{{ $logoClearVariable }}" value="1" @checked(old($logoClearVariable))>
|
||||||
Remove current {{ ucwords(str_replace('_', ' ', $logoVariable)) }} image
|
Remove current {{ ucwords(str_replace('_', ' ', $logoVariable)) }} image
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue