File: /var/www/ipsremont-demo/storage/framework/views/7a0b43eb7eb6205f416da97882425e39816141f7.php
<?php $attributes = $attributes->exceptProps([
'label',
'name',
'value',
'checked' => false,
'required' => false,
'error' => false,
'id' => '',
'rlabel' => '0',
]); ?>
<?php foreach (array_filter(([
'label',
'name',
'value',
'checked' => false,
'required' => false,
'error' => false,
'id' => '',
'rlabel' => '0',
]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) {
$$__key = $$__key ?? $__value;
} ?>
<?php $__defined_vars = get_defined_vars(); ?>
<?php foreach ($attributes as $__key => $__value) {
if (array_key_exists($__key, $__defined_vars)) unset($$__key);
} ?>
<?php unset($__defined_vars); ?>
<div class="form-group">
<?php if(!$rlabel): ?>
<label for="<?php echo e($name); ?>"><?php echo app('translator')->get($label); ?></label>
<?php endif; ?>
<div class="input-group">
<span class="switch switch-icon">
<label>
<input type="checkbox"<?php echo e($checked ? ' checked' : ''); ?> id="<?php echo e($id?$id:$name); ?>" name="<?php echo e($name); ?>" value="<?php echo e($value); ?>" />
<span></span>
</label>
<?php if($rlabel): ?>
<label for="<?php echo e($name); ?>"><?php echo app('translator')->get($label); ?></label>
<?php endif; ?>
</span>
</div>
</div>
<?php /**PATH /var/www/ipsremont-demo/resources/views/components/input/form/checkbox.blade.php ENDPATH**/ ?>