Your IP : 216.73.216.79


Current Path : /var/www/html/bookstack/storage/framework/views/
Upload File :
Current File : /var/www/html/bookstack/storage/framework/views/c4c739a1dc5a90da1f0051b14d60d15e07bb3af9.php

<div setting-color-picker class="grid no-break half mb-l">
    <div>
        <label for="setting-<?php echo e($type); ?>-color" class="text-dark"><?php echo e(trans('settings.'. str_replace('-', '_', $type) .'_color')); ?></label>
        <button type="button" class="text-button text-muted" setting-color-picker-default><?php echo e(trans('common.default')); ?></button>
        <span class="sep">|</span>
        <button type="button" class="text-button text-muted" setting-color-picker-reset><?php echo e(trans('common.reset')); ?></button>
    </div>
    <div>
        <input type="color"
               data-default="<?php echo e(config('setting-defaults.'. $type .'-color')); ?>"
               data-current="<?php echo e(setting($type .'-color')); ?>"
               value="<?php echo e(setting($type .'-color')); ?>"
               name="setting-<?php echo e($type); ?>-color"
               id="setting-<?php echo e($type); ?>-color"
               placeholder="<?php echo e(config('setting-defaults.'. $type .'-color')); ?>"
               class="small">
    </div>
</div>
<?php /**PATH /var/www/html/bookstack/resources/views/settings/parts/setting-entity-color-picker.blade.php ENDPATH**/ ?>