mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
10 lines
No EOL
375 B
PHP
10 lines
No EOL
375 B
PHP
<div class="checkbox">
|
|
<input id="{{ $key }}" type="checkbox" @if ($object->$key || (isset($reversed) && $reversed && !$object->$key)) checked @endif name="{{ $key }}">
|
|
<label for="{{ $key }}"></label>
|
|
<div>
|
|
<p>{{ $label }}</p>
|
|
@if (isset($supporting))
|
|
<span class="supporting">{{ $supporting }}</span>
|
|
@endif
|
|
</div>
|
|
</div> |