PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
botble
/
platform
/
base
/
resources
/
views
/
forms
/
partials
<div class="ui-select-wrapper"> @php Arr::set($selectAttributes, 'class', Arr::get($selectAttributes, 'class') . ' ui-select'); @endphp <select name="{{ $name }}" class='form-control select2_google_fonts_picker'> @php $field['options'] = config('core.base.general.google_fonts', []); @endphp @foreach (array_combine($field['options'], $field['options']) as $key => $value) <option value='{{ $key }}' @if ($key == $selected) selected @endif>{{ $value }}</option> @endforeach </select> <svg class="svg-next-icon svg-next-icon-size-16"> <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#select-chevron"></use> </svg> </div> @once @push('footer') <link href="https://fonts.googleapis.com/css?family={{ implode('|', array_map('urlencode', $field['options'])) }}" rel="stylesheet" type="text/css"> @endpush @endonce
[-] 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]