Viewing file: 14735f8ece4b39aed2649c35e9c60d3c.php (23.66 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(__('preferences')); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('breadcrumbs'); ?> <div class="row mb-2 mt-4"> <div class="col-sm-6"> <h1 class="m-0"><?php echo e(__('settings')); ?></h1> </div> <div class="col-sm-6"> <ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"><a href="<?php echo e(route('admin.dashboard')); ?>"><?php echo e(__('home')); ?></a></li> <li class="breadcrumb-item"><?php echo e(__('settings')); ?></li> <li class="breadcrumb-item active"><?php echo e(__('preferences')); ?></li> </ol> </div> </div> <?php $__env->stopSection(); ?>
<?php $__env->startSection('website-settings'); ?> <div class="card"> <div class="card-header"> <h3 class="card-title" style="line-height: 36px;"><?php echo e(__('module_settings')); ?></h3> </div> <div class="card-body"> <div class="row justify-content-center"> <div class="col-12 col-xl-10 col-xxl-8"> <form action="<?php echo e(route('settings.module.update')); ?>" method="POST"> <?php echo method_field('PUT'); ?> <?php echo csrf_field(); ?> <div class="row justify-content-center"> <div class="col-12 col-md-6 col-lg-6 col-xl-3 col-xxl-4 mb-3"> <div class="form-label"> <h5><?php echo e(__('blog')); ?>
<span data-toggle="tooltip" title="It may disable/enable blog module from application"> <?php if (isset($component)) { $__componentOriginal206a40d3a0fee739ddfaba8377726c8a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.info-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.info-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $attributes = $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> <?php if (isset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $component = $__componentOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> </span> </h5> </div> <div> <input type="checkbox" name="blog" <?php echo e($modulesetting->blog ? 'checked' : ''); ?>
data-bootstrap-switch value="1"> </div> </div> <div class="col-12 col-md-6 col-lg-6 col-xl-3 col-xxl-4 mb-3"> <div class="form-label"> <h5> <?php echo e(__('newsletter')); ?>
<span data-toggle="tooltip" title="It may disable/enable newsletter and subcription from application"> <?php if (isset($component)) { $__componentOriginal206a40d3a0fee739ddfaba8377726c8a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.info-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.info-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $attributes = $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> <?php if (isset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $component = $__componentOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> </span> </h5> </div> <div> <input type="checkbox" name="newsletter" <?php echo e($modulesetting->newsletter ? 'checked' : ''); ?> data-bootstrap-switch value="1"> </div> </div> <div class="col-12 col-md-6 col-lg-6 col-xl-3 col-xxl-4 mb-3"> <div class="form-label"> <h5> <?php echo e(__('language')); ?>
<span data-toggle="tooltip" title="It may disable/enable language module from application"> <?php if (isset($component)) { $__componentOriginal206a40d3a0fee739ddfaba8377726c8a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.info-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.info-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $attributes = $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> <?php if (isset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $component = $__componentOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> </span> </h5> </div> <div> <input type="checkbox" name="language" <?php echo e($modulesetting->language ? 'checked' : ''); ?>
data-bootstrap-switch value="1"> </div> </div> <div class="col-12 col-md-6 col-lg-6 col-xl-3 col-xxl-4 mb-3"> <div class="form-label"> <h5> <?php echo e(__('pricing_plan')); ?>
<span data-toggle="tooltip" title="It may disable/enable pricing plan module from application"> <?php if (isset($component)) { $__componentOriginal206a40d3a0fee739ddfaba8377726c8a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.info-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.info-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $attributes = $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> <?php if (isset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $component = $__componentOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> </span> </h5> </div> <div> <input type="checkbox" name="price_plan" <?php echo e($modulesetting->price_plan ? 'checked' : ''); ?> data-bootstrap-switch value="1"> </div> </div> <div class="col-12 col-md-6 col-lg-6 col-xl-3 col-xxl-4 mb-3"> <div class="form-label"> <h5> <?php echo e(__('testimonial')); ?>
<span data-toggle="tooltip" title="It may disable/enable testimonial module from application"> <?php if (isset($component)) { $__componentOriginal206a40d3a0fee739ddfaba8377726c8a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.info-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.info-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $attributes = $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> <?php if (isset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $component = $__componentOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> </span> </h5> </div> <div> <input type="checkbox" name="testimonial" <?php echo e($modulesetting->testimonial ? 'checked' : ''); ?> data-bootstrap-switch value="1"> </div> </div> <div class="col-12 col-md-6 col-lg-6 col-xl-3 col-xxl-4 mb-3"> <div class="form-label"> <h5> <?php echo e(__('faq')); ?>
<span data-toggle="tooltip" title="It may disable/enable faq module from application"> <?php if (isset($component)) { $__componentOriginal206a40d3a0fee739ddfaba8377726c8a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.info-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.info-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $attributes = $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> <?php if (isset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $component = $__componentOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> </span> </h5> </div> <div> <input type="checkbox" name="faq" <?php echo e($modulesetting->faq ? 'checked' : ''); ?>
data-bootstrap-switch value="1"> </div> </div> <div class="col-12 col-md-6 col-lg-6 col-xl-3 col-xxl-4 mb-3"> <div class="form-label"> <h5> <?php echo e(__('contact')); ?>
<span data-toggle="tooltip" title="It may disable/enable contact module from application"> <?php if (isset($component)) { $__componentOriginal206a40d3a0fee739ddfaba8377726c8a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.info-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.info-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $attributes = $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> <?php if (isset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $component = $__componentOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> </span> </h5> </div> <div> <input type="checkbox" name="contact" <?php echo e($modulesetting->contact ? 'checked' : ''); ?>
data-bootstrap-switch value="1"> </div> </div> <div class="col-12 col-md-6 col-lg-6 col-xl-3 col-xxl-4 mb-3"> <div class="form-label"> <h5> <?php echo e(__('appearance')); ?>
<span data-toggle="tooltip" title="It may disable/enable light/dark mode part from application"> <?php if (isset($component)) { $__componentOriginal206a40d3a0fee739ddfaba8377726c8a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.svg.info-icon','data' => []] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.info-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $attributes = $__attributesOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__attributesOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> <?php if (isset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a)): ?> <?php $component = $__componentOriginal206a40d3a0fee739ddfaba8377726c8a; ?> <?php unset($__componentOriginal206a40d3a0fee739ddfaba8377726c8a); ?> <?php endif; ?> </span> </h5> </div> <div> <input type="checkbox" name="appearance" <?php echo e($modulesetting->appearance ? 'checked' : ''); ?> data-bootstrap-switch value="1"> </div> </div> </div> <div class="row justify-content-center"> <div class="col-4 text-center"> <button type="submit" class="btn btn-primary mt-3" style="width: 200px; height: 50px;"> <?php if (isset($component)) { $__componentOriginal5f534b914d80e877873d64c186bf1b89 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal5f534b914d80e877873d64c186bf1b89 = $attributes; } ?> <?php $component = App\View\Components\Svg\CheckIcon::resolve(['height' => '24px','width' => '24px'] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('svg.check-icon'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(App\View\Components\Svg\CheckIcon::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes([]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $attributes = $__attributesOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__attributesOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> <?php if (isset($__componentOriginal5f534b914d80e877873d64c186bf1b89)): ?> <?php $component = $__componentOriginal5f534b914d80e877873d64c186bf1b89; ?> <?php unset($__componentOriginal5f534b914d80e877873d64c186bf1b89); ?> <?php endif; ?> <?php echo e(__('save')); ?>
</button> </div> </div> </form> </div> </div> </div> </div> <?php $__env->stopSection(); ?>
<?php $__env->startSection('script'); ?> <script src="<?php echo e(asset('backend')); ?>/plugins/bootstrap-switch/js/bootstrap-switch.min.js"></script> <script> $("input[data-bootstrap-switch]").each(function() { $(this).bootstrapSwitch('state', $(this).prop('checked')); })
$('[data-toggle="tooltip"]').tooltip() </script> <?php $__env->stopSection(); ?>
<?php $__env->startSection('style'); ?> <link rel="stylesheet" href="<?php echo e(asset('backend')); ?>/plugins/icheck-bootstrap/icheck-bootstrap.min.css"> <?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.settings.setting-layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/classify.picotech.app/public_html/resources/views/admin/settings/pages/module.blade.php ENDPATH**/ ?>
|