PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
botble
/
platform
/
base
/
resources
/
views
/
forms
/
partials
@php /** * @var array $values */ $values = (array)$values; @endphp @if (sizeof($values) > 1) <div class="mt-checkbox-list"> @endif @foreach ($values as $value) @php $name = isset($value[0]) ? $value[0] : ''; $currentValue = isset($value[1]) ? $value[1] : ''; $label = isset($value[2]) ? $value[2] : ''; $selected = isset($value[3]) ? (bool)$value[3] : false; $disabled = isset($value[4]) ? (bool)$value[4] : false; @endphp <label> <input type="checkbox" value="{{ $currentValue }}" {{ $selected ? 'checked' : '' }} name="{{ $name }}" {{ $disabled ? 'disabled' : '' }}> {{ $label }} </label> @endforeach @if (sizeof($values) > 1) </div> @endif
[-] error.blade.php
[edit]
[-] tree-category.blade.php
[edit]
[-] custom-select.blade.php
[edit]
[-] form-actions.blade.php
[edit]
[+]
..
[-] tree-categories.blade.php
[edit]
[-] google-fonts.blade.php
[edit]
[-] repeater.blade.php
[edit]
[-] file.blade.php
[edit]
[-] meta-box.blade.php
[edit]
[-] editor.blade.php
[edit]
[-] images.blade.php
[edit]
[-] helper.blade.php
[edit]
[-] toolbox.blade.php
[edit]
[-] image.blade.php
[edit]
[-] autocomplete.blade.php
[edit]
[-] custom-checkbox.blade.php
[edit]
[-] tinymce.blade.php
[edit]
[-] modal.blade.php
[edit]
[-] on-off.blade.php
[edit]
[-] image-box.blade.php
[edit]
[-] custom-radio.blade.php
[edit]
[-] errors.blade.php
[edit]
[-] status.blade.php
[edit]
[-] ckeditor.blade.php
[edit]
[-] color.blade.php
[edit]
[-] help-block.blade.php
[edit]