Viewing file: 4caeb7c83fafa8b189c06da25a490d6d.php (48.78 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(__('cms')); ?>
<?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(__('cms_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(__('cms_settings')); ?></li> </ol> </div> </div> <?php $__env->stopSection(); ?>
<?php $__env->startSection('website-settings'); ?> <?php $cms_tab = session('cms_part'); ?> <div class="card"> <div class="card-body"> <div class="row"> <div class="col-12 col-sm-12 col-md-2"> <ul class="nav nav-pills flex-column" id="cms-pills-tab" role="tablist">
<li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'home' ? 'active' : ''); ?>" id="home-tab" data-toggle="pill" href="#cms-home" role="tab" aria-controls="home" aria-selected="false"><?php echo e(__('home')); ?></a> </li> <li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'about' ? 'active' : ''); ?>" id="about-tab" data-toggle="pill" href="#cms-about" role="tab" aria-controls="about" aria-selected="false"><?php echo e(__('about')); ?></a> </li> <li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'promotions' ? 'active' : ''); ?>" id="promotions-tab" data-toggle="pill" href="#cms-promotions" role="tab" aria-controls="promotions" aria-selected="false"><?php echo e(__('promotions')); ?>
</a> </li>
<li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'terms' ? 'active' : ''); ?>" id="terms-tab" data-toggle="pill" href="#cms-terms" role="tab" aria-controls="terms" aria-selected="false"><?php echo e(__('terms_condition')); ?>
</a> </li>
<li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'privacy' ? 'active' : ''); ?>" id="privacy-tab" data-toggle="pill" href="#cms-privacy" role="tab" aria-controls="privacy" aria-selected="false"><?php echo e(__('privacy_policy')); ?>
</a> </li> <li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'refund' ? 'active' : ''); ?>" id="refund-tab" data-toggle="pill" href="#cms-refund" role="tab" aria-controls="refund" aria-selected="false"><?php echo e(__('refund_policy')); ?>
</a> </li> <li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'posting_rules' ? 'active' : ''); ?>" id="posting-tab" data-toggle="pill" href="#cms-posting" role="tab" aria-controls="posting" aria-selected="false"><?php echo e(__('posting_rules')); ?>
</a> </li> <li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'membership' ? 'active' : ''); ?>" id="membership-tab" data-toggle="pill" href="#cms-membership" role="tab" aria-controls="membership" aria-selected="false"><?php echo e(__('membership')); ?></a> </li> <li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'price_plan' ? 'active' : ''); ?>" id="price-plan-tab" data-toggle="pill" href="#cms-price-plan" role="tab" aria-controls="price-plan" aria-selected="false"><?php echo e(__('price_plan')); ?></a> </li>
<li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'blog' ? 'active' : ''); ?>" id="blog-tab" data-toggle="pill" href="#cms-blog" role="tab" aria-controls="blog" aria-selected="false"><?php echo e(__('blog')); ?></a> </li> <li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'ads' ? 'active' : ''); ?>" id="ads-tab" data-toggle="pill" href="#cms-ads" role="tab" aria-controls="ads" aria-selected="false"><?php echo e(__('ads')); ?></a> </li> <li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'contact' ? 'active' : ''); ?> " id="contact-tab" data-toggle="pill" href="#cms-contact" role="tab" aria-controls="contact" aria-selected="false"><?php echo e(__('contact')); ?></a> </li> <li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'faq' ? 'active' : ''); ?>" id="faq-tab" data-toggle="pill" href="#cms-faq" role="tab" aria-controls="faq" aria-selected="false"><?php echo e(__('faqs')); ?></a> </li>
<li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'dashboard' ? 'active' : ''); ?>" id="dashboard-tab" data-toggle="pill" href="#cms-dashboards" role="tab" aria-controls="dashboard" aria-selected="false"><?php echo e(__('dashboards')); ?></a> </li> <li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'auth' ? 'active' : ''); ?>" id="auth-tab" data-toggle="pill" href="#cms-auth" role="tab" aria-controls="auth" aria-selected="false"><?php echo e(__('login_or_register')); ?></a> </li> <li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'c_soon' ? 'active' : ''); ?>" id="c_soon-tab" data-toggle="pill" href="#cms-c_soon" role="tab" aria-controls="c_soon" aria-selected="false"><?php echo e(__('coming_soon')); ?></a> </li> <li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'maintenance' ? 'active' : ''); ?>" id="maintenance-tab" data-toggle="pill" href="#cms-maintenance" role="tab" aria-controls="maintenance" aria-selected="false"><?php echo e(__('maintenance')); ?></a> </li> <li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'errorpages' ? 'active' : ''); ?>" id="errorpages-tab" data-toggle="pill" href="#cms-errorpages" role="tab" aria-controls="errorpages" aria-selected="false"><?php echo e(__('error_pages')); ?></a> </li> <li class="nav-item border rounded mb-1" role="presentation"> <a class="nav-link <?php echo e($cms_tab == 'footer_text' ? 'active' : ''); ?>" id="footer_text-tab" data-toggle="pill" href="#cms-footer_text" role="tab" aria-controls="footer_text" aria-selected="false"> <?php echo e(__('footer_text')); ?>
</a> </li> </ul> </div> <div class="col-12 col-sm-12 col-md-10"> <div class="tab-content" id="cms-pills-tabContent">
<div class="tab-pane fade <?php echo e($cms_tab == 'home' ? 'show active' : ''); ?>" id="cms-home" role="tabpanel" aria-labelledby="home-tab"> <?php if (isset($component)) { $__componentOriginalf693562225fa127e4a8e1a085fe94b47 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalf693562225fa127e4a8e1a085fe94b47 = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\HomeSetting::resolve(['sliders' => $sliders] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.home-setting'); ?> <?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\Backend\Setting\Cms\HomeSetting::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($__attributesOriginalf693562225fa127e4a8e1a085fe94b47)): ?> <?php $attributes = $__attributesOriginalf693562225fa127e4a8e1a085fe94b47; ?> <?php unset($__attributesOriginalf693562225fa127e4a8e1a085fe94b47); ?> <?php endif; ?> <?php if (isset($__componentOriginalf693562225fa127e4a8e1a085fe94b47)): ?> <?php $component = $__componentOriginalf693562225fa127e4a8e1a085fe94b47; ?> <?php unset($__componentOriginalf693562225fa127e4a8e1a085fe94b47); ?> <?php endif; ?> </div>
<div class="tab-pane fade <?php echo e($cms_tab == 'about' ? 'show active' : ''); ?>" id="cms-about" role="tabpanel" aria-labelledby="about-tab"> <?php if (isset($component)) { $__componentOriginal3ecf50c4efff05c14efdc6bee9d9a411 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal3ecf50c4efff05c14efdc6bee9d9a411 = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\AboutSetting::resolve(['aboutcontent' => $cms->about_body,'aboutVideoThumb' => $cms->about_video_thumb,'aboutVideoUrl' => $cms->about_video_url,'aboutSliders' => $aboutSliders] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.about-setting'); ?> <?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\Backend\Setting\Cms\AboutSetting::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($__attributesOriginal3ecf50c4efff05c14efdc6bee9d9a411)): ?> <?php $attributes = $__attributesOriginal3ecf50c4efff05c14efdc6bee9d9a411; ?> <?php unset($__attributesOriginal3ecf50c4efff05c14efdc6bee9d9a411); ?> <?php endif; ?> <?php if (isset($__componentOriginal3ecf50c4efff05c14efdc6bee9d9a411)): ?> <?php $component = $__componentOriginal3ecf50c4efff05c14efdc6bee9d9a411; ?> <?php unset($__componentOriginal3ecf50c4efff05c14efdc6bee9d9a411); ?> <?php endif; ?> </div>
<div class="tab-pane fade <?php echo e($cms_tab == 'promotions' ? 'show active' : ''); ?>" id="cms-promotions" role="tabpanel" aria-labelledby="promotions-tab"> <?php if (isset($component)) { $__componentOriginal13b0ff2bf3b36bb738f73c851bfc51e7 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal13b0ff2bf3b36bb738f73c851bfc51e7 = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\PromotionsSetting::resolve(['promotionBannerTitle' => $cms->promotion_banner_title,'promotionBannerText' => $cms->promotion_banner_text,'promotionBannerImg' => $cms->promotion_banner_img,'featuredTitle' => $cms->featured_title,'featuredText' => $cms->featured_text,'featuredImg' => $cms->featured_img,'urgentTitle' => $cms->urgent_title,'urgentText' => $cms->urgent_text,'urgentImg' => $cms->urgent_img,'highlightTitle' => $cms->highlight_title,'highlightText' => $cms->highlight_text,'highlightImg' => $cms->highlight_img,'topTitle' => $cms->top_title,'topText' => $cms->top_text,'topImg' => $cms->top_img,'bumpUpTitle' => $cms->bump_up_title,'bumpUpText' => $cms->bump_up_text,'bumpUpImg' => $cms->bump_up_img,'promotionContent' => $promotion_page_content] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.promotions-setting'); ?> <?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\Backend\Setting\Cms\PromotionsSetting::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($__attributesOriginal13b0ff2bf3b36bb738f73c851bfc51e7)): ?> <?php $attributes = $__attributesOriginal13b0ff2bf3b36bb738f73c851bfc51e7; ?> <?php unset($__attributesOriginal13b0ff2bf3b36bb738f73c851bfc51e7); ?> <?php endif; ?> <?php if (isset($__componentOriginal13b0ff2bf3b36bb738f73c851bfc51e7)): ?> <?php $component = $__componentOriginal13b0ff2bf3b36bb738f73c851bfc51e7; ?> <?php unset($__componentOriginal13b0ff2bf3b36bb738f73c851bfc51e7); ?> <?php endif; ?> </div>
<div class="tab-pane fade <?php echo e($cms_tab == 'terms' ? 'show active' : ''); ?>" id="cms-terms" role="tabpanel" aria-labelledby="terms-tab"> <?php if (isset($component)) { $__componentOriginal43bb9bb8d9a539be7c2517debce5f063 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal43bb9bb8d9a539be7c2517debce5f063 = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\TermsConditionSetting::resolve(['terms' => $cms->terms_body,'termsContent' => $term_page_content,'termsBackground' => $cms->terms_background] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.terms-condition-setting'); ?> <?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\Backend\Setting\Cms\TermsConditionSetting::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($__attributesOriginal43bb9bb8d9a539be7c2517debce5f063)): ?> <?php $attributes = $__attributesOriginal43bb9bb8d9a539be7c2517debce5f063; ?> <?php unset($__attributesOriginal43bb9bb8d9a539be7c2517debce5f063); ?> <?php endif; ?> <?php if (isset($__componentOriginal43bb9bb8d9a539be7c2517debce5f063)): ?> <?php $component = $__componentOriginal43bb9bb8d9a539be7c2517debce5f063; ?> <?php unset($__componentOriginal43bb9bb8d9a539be7c2517debce5f063); ?> <?php endif; ?> </div>
<div class="tab-pane fade <?php echo e($cms_tab == 'privacy' ? 'show active' : ''); ?>" id="cms-privacy" role="tabpanel" aria-labelledby="posting-tab"> <?php if (isset($component)) { $__componentOriginal41b7075ae86cff98d0e9953a216378d0 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal41b7075ae86cff98d0e9953a216378d0 = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\PrivacyPolicySetting::resolve(['privacy' => $cms->privacy_body,'privacyContent' => $privacy_page_content,'privacyBackground' => $cms->privacy_background] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.privacy-policy-setting'); ?> <?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\Backend\Setting\Cms\PrivacyPolicySetting::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($__attributesOriginal41b7075ae86cff98d0e9953a216378d0)): ?> <?php $attributes = $__attributesOriginal41b7075ae86cff98d0e9953a216378d0; ?> <?php unset($__attributesOriginal41b7075ae86cff98d0e9953a216378d0); ?> <?php endif; ?> <?php if (isset($__componentOriginal41b7075ae86cff98d0e9953a216378d0)): ?> <?php $component = $__componentOriginal41b7075ae86cff98d0e9953a216378d0; ?> <?php unset($__componentOriginal41b7075ae86cff98d0e9953a216378d0); ?> <?php endif; ?> </div>
<div class="tab-pane fade <?php echo e($cms_tab == 'refund' ? 'show active' : ''); ?>" id="cms-refund" role="tabpanel" aria-labelledby="posting-tab"> <?php if (isset($component)) { $__componentOriginalffeb0688cef2995a2458a9237feab42a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalffeb0688cef2995a2458a9237feab42a = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\RefundPolicySetting::resolve(['refund' => $cms->refund_body,'refundContent' => $refund_page_content,'refundBackground' => $cms->refund_background] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.refund-policy-setting'); ?> <?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\Backend\Setting\Cms\RefundPolicySetting::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($__attributesOriginalffeb0688cef2995a2458a9237feab42a)): ?> <?php $attributes = $__attributesOriginalffeb0688cef2995a2458a9237feab42a; ?> <?php unset($__attributesOriginalffeb0688cef2995a2458a9237feab42a); ?> <?php endif; ?> <?php if (isset($__componentOriginalffeb0688cef2995a2458a9237feab42a)): ?> <?php $component = $__componentOriginalffeb0688cef2995a2458a9237feab42a; ?> <?php unset($__componentOriginalffeb0688cef2995a2458a9237feab42a); ?> <?php endif; ?> </div>
<div class="tab-pane fade <?php echo e($cms_tab == 'posting_rules' ? 'show active' : ''); ?>" id="cms-posting" role="tabpanel" aria-labelledby="posting-tab"> <?php if (isset($component)) { $__componentOriginal45a6855cf077f36e980cebdce2c86586 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal45a6855cf077f36e980cebdce2c86586 = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\PostingRulesSetting::resolve(['rules' => $cms->posting_rules_body,'postingRulesBackground' => $cms->posting_rules_background] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.posting-rules-setting'); ?> <?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\Backend\Setting\Cms\PostingRulesSetting::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($__attributesOriginal45a6855cf077f36e980cebdce2c86586)): ?> <?php $attributes = $__attributesOriginal45a6855cf077f36e980cebdce2c86586; ?> <?php unset($__attributesOriginal45a6855cf077f36e980cebdce2c86586); ?> <?php endif; ?> <?php if (isset($__componentOriginal45a6855cf077f36e980cebdce2c86586)): ?> <?php $component = $__componentOriginal45a6855cf077f36e980cebdce2c86586; ?> <?php unset($__componentOriginal45a6855cf077f36e980cebdce2c86586); ?> <?php endif; ?> </div>
<div class="tab-pane fade <?php echo e($cms_tab == 'membership' ? 'show active' : ''); ?>" id="cms-membership" role="tabpanel" aria-labelledby="membership-tab"> <?php if (isset($component)) { $__componentOriginald374b19e509bee1337ea9daa6e0339d4 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginald374b19e509bee1337ea9daa6e0339d4 = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\Membership::resolve(['cms' => $cms] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.membership'); ?> <?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\Backend\Setting\Cms\Membership::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($__attributesOriginald374b19e509bee1337ea9daa6e0339d4)): ?> <?php $attributes = $__attributesOriginald374b19e509bee1337ea9daa6e0339d4; ?> <?php unset($__attributesOriginald374b19e509bee1337ea9daa6e0339d4); ?> <?php endif; ?> <?php if (isset($__componentOriginald374b19e509bee1337ea9daa6e0339d4)): ?> <?php $component = $__componentOriginald374b19e509bee1337ea9daa6e0339d4; ?> <?php unset($__componentOriginald374b19e509bee1337ea9daa6e0339d4); ?> <?php endif; ?> </div>
<div class="tab-pane fade <?php echo e($cms_tab == 'price_plan' ? 'show active' : ''); ?>" id="cms-price-plan" role="tabpanel" aria-labelledby="price-plan-tab"> <?php if (isset($component)) { $__componentOriginalc29460a7c354b3d7f4db846f2b800002 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalc29460a7c354b3d7f4db846f2b800002 = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\PricingPlan::resolve(['cms' => $cms,'pricePlanServices' => $price_plan_services] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.pricing-plan'); ?> <?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\Backend\Setting\Cms\PricingPlan::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($__attributesOriginalc29460a7c354b3d7f4db846f2b800002)): ?> <?php $attributes = $__attributesOriginalc29460a7c354b3d7f4db846f2b800002; ?> <?php unset($__attributesOriginalc29460a7c354b3d7f4db846f2b800002); ?> <?php endif; ?> <?php if (isset($__componentOriginalc29460a7c354b3d7f4db846f2b800002)): ?> <?php $component = $__componentOriginalc29460a7c354b3d7f4db846f2b800002; ?> <?php unset($__componentOriginalc29460a7c354b3d7f4db846f2b800002); ?> <?php endif; ?> </div> <div class="tab-pane fade <?php echo e($cms_tab == 'blog' ? 'show active' : ''); ?>" id="cms-blog" role="tabpanel" aria-labelledby="blog-tab"> <?php if (isset($component)) { $__componentOriginal0a999288cf1a6813a09ea978752d3002 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal0a999288cf1a6813a09ea978752d3002 = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\Blog::resolve(['cms' => $cms] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.blog'); ?> <?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\Backend\Setting\Cms\Blog::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($__attributesOriginal0a999288cf1a6813a09ea978752d3002)): ?> <?php $attributes = $__attributesOriginal0a999288cf1a6813a09ea978752d3002; ?> <?php unset($__attributesOriginal0a999288cf1a6813a09ea978752d3002); ?> <?php endif; ?> <?php if (isset($__componentOriginal0a999288cf1a6813a09ea978752d3002)): ?> <?php $component = $__componentOriginal0a999288cf1a6813a09ea978752d3002; ?> <?php unset($__componentOriginal0a999288cf1a6813a09ea978752d3002); ?> <?php endif; ?> </div> <div class="tab-pane fade <?php echo e($cms_tab == 'ads' ? 'show active' : ''); ?>" id="cms-ads" role="tabpanel" aria-labelledby="ads-tab"> <?php if (isset($component)) { $__componentOriginal9b231f4c1b237695265b18180b6eddfe = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal9b231f4c1b237695265b18180b6eddfe = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\Ads::resolve(['cms' => $cms] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.ads'); ?> <?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\Backend\Setting\Cms\Ads::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($__attributesOriginal9b231f4c1b237695265b18180b6eddfe)): ?> <?php $attributes = $__attributesOriginal9b231f4c1b237695265b18180b6eddfe; ?> <?php unset($__attributesOriginal9b231f4c1b237695265b18180b6eddfe); ?> <?php endif; ?> <?php if (isset($__componentOriginal9b231f4c1b237695265b18180b6eddfe)): ?> <?php $component = $__componentOriginal9b231f4c1b237695265b18180b6eddfe; ?> <?php unset($__componentOriginal9b231f4c1b237695265b18180b6eddfe); ?> <?php endif; ?> </div> <div class="tab-pane fade <?php echo e($cms_tab == 'contact' ? 'show active' : ''); ?>" id="cms-contact" role="tabpanel" aria-labelledby="contact-tab"> <?php if (isset($component)) { $__componentOriginal4d6febf3a64fed907a28c748d19206f1 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal4d6febf3a64fed907a28c748d19206f1 = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\Contact::resolve(['cms' => $cms] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.contact'); ?> <?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\Backend\Setting\Cms\Contact::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($__attributesOriginal4d6febf3a64fed907a28c748d19206f1)): ?> <?php $attributes = $__attributesOriginal4d6febf3a64fed907a28c748d19206f1; ?> <?php unset($__attributesOriginal4d6febf3a64fed907a28c748d19206f1); ?> <?php endif; ?> <?php if (isset($__componentOriginal4d6febf3a64fed907a28c748d19206f1)): ?> <?php $component = $__componentOriginal4d6febf3a64fed907a28c748d19206f1; ?> <?php unset($__componentOriginal4d6febf3a64fed907a28c748d19206f1); ?> <?php endif; ?> </div> <div class="tab-pane fade <?php echo e($cms_tab == 'faq' ? 'show active' : ''); ?>" id="cms-faq" role="tabpanel" aria-labelledby="faqs-tab"> <?php if (isset($component)) { $__componentOriginalb0faad9b076aed96e896cfcdcc326480 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalb0faad9b076aed96e896cfcdcc326480 = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\Faqs::resolve(['cms' => $cms] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.faqs'); ?> <?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\Backend\Setting\Cms\Faqs::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($__attributesOriginalb0faad9b076aed96e896cfcdcc326480)): ?> <?php $attributes = $__attributesOriginalb0faad9b076aed96e896cfcdcc326480; ?> <?php unset($__attributesOriginalb0faad9b076aed96e896cfcdcc326480); ?> <?php endif; ?> <?php if (isset($__componentOriginalb0faad9b076aed96e896cfcdcc326480)): ?> <?php $component = $__componentOriginalb0faad9b076aed96e896cfcdcc326480; ?> <?php unset($__componentOriginalb0faad9b076aed96e896cfcdcc326480); ?> <?php endif; ?> </div> <div class="tab-pane fade <?php echo e($cms_tab == 'dashboard' ? 'show active' : ''); ?>" id="cms-dashboards" role="tabpanel" aria-labelledby="dashboards-tab"> <?php if (isset($component)) { $__componentOriginalcf8213f6e768e9bdc60bf2b903588604 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcf8213f6e768e9bdc60bf2b903588604 = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\Dashboards::resolve(['cms' => $cms] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.dashboards'); ?> <?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\Backend\Setting\Cms\Dashboards::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($__attributesOriginalcf8213f6e768e9bdc60bf2b903588604)): ?> <?php $attributes = $__attributesOriginalcf8213f6e768e9bdc60bf2b903588604; ?> <?php unset($__attributesOriginalcf8213f6e768e9bdc60bf2b903588604); ?> <?php endif; ?> <?php if (isset($__componentOriginalcf8213f6e768e9bdc60bf2b903588604)): ?> <?php $component = $__componentOriginalcf8213f6e768e9bdc60bf2b903588604; ?> <?php unset($__componentOriginalcf8213f6e768e9bdc60bf2b903588604); ?> <?php endif; ?> </div> <div class="tab-pane fade <?php echo e($cms_tab == 'auth' ? 'show active' : ''); ?>" id="cms-auth" role="tabpanel" aria-labelledby="auth-tab"> <?php if (isset($component)) { $__componentOriginalb8814baf9a39a2527dbbad5b06f1edd1 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalb8814baf9a39a2527dbbad5b06f1edd1 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.backend.setting.cms.auth','data' => ['cms' => $cms]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.auth'); ?> <?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(['cms' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($cms)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalb8814baf9a39a2527dbbad5b06f1edd1)): ?> <?php $attributes = $__attributesOriginalb8814baf9a39a2527dbbad5b06f1edd1; ?> <?php unset($__attributesOriginalb8814baf9a39a2527dbbad5b06f1edd1); ?> <?php endif; ?> <?php if (isset($__componentOriginalb8814baf9a39a2527dbbad5b06f1edd1)): ?> <?php $component = $__componentOriginalb8814baf9a39a2527dbbad5b06f1edd1; ?> <?php unset($__componentOriginalb8814baf9a39a2527dbbad5b06f1edd1); ?> <?php endif; ?> </div> <div class="tab-pane fade <?php echo e($cms_tab == 'c_soon' ? 'show active' : ''); ?>" id="cms-c_soon" role="tabpanel" aria-labelledby="c_soon-tab"> <?php if (isset($component)) { $__componentOriginalcc927f768f2dd7769e2ae7503d2954d1 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalcc927f768f2dd7769e2ae7503d2954d1 = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\Csoon::resolve(['cms' => $cms] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.csoon'); ?> <?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\Backend\Setting\Cms\Csoon::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($__attributesOriginalcc927f768f2dd7769e2ae7503d2954d1)): ?> <?php $attributes = $__attributesOriginalcc927f768f2dd7769e2ae7503d2954d1; ?> <?php unset($__attributesOriginalcc927f768f2dd7769e2ae7503d2954d1); ?> <?php endif; ?> <?php if (isset($__componentOriginalcc927f768f2dd7769e2ae7503d2954d1)): ?> <?php $component = $__componentOriginalcc927f768f2dd7769e2ae7503d2954d1; ?> <?php unset($__componentOriginalcc927f768f2dd7769e2ae7503d2954d1); ?> <?php endif; ?> </div> <div class="tab-pane fade <?php echo e($cms_tab == 'maintenance' ? 'show active' : ''); ?>" id="cms-maintenance" role="tabpanel" aria-labelledby="maintenance-tab"> <?php if (isset($component)) { $__componentOriginalbfc264317418462143f3ac569760163a = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalbfc264317418462143f3ac569760163a = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\Maintanace::resolve(['cms' => $cms] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.maintanace'); ?> <?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\Backend\Setting\Cms\Maintanace::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($__attributesOriginalbfc264317418462143f3ac569760163a)): ?> <?php $attributes = $__attributesOriginalbfc264317418462143f3ac569760163a; ?> <?php unset($__attributesOriginalbfc264317418462143f3ac569760163a); ?> <?php endif; ?> <?php if (isset($__componentOriginalbfc264317418462143f3ac569760163a)): ?> <?php $component = $__componentOriginalbfc264317418462143f3ac569760163a; ?> <?php unset($__componentOriginalbfc264317418462143f3ac569760163a); ?> <?php endif; ?> </div> <div class="tab-pane fade <?php echo e($cms_tab == 'errorpages' ? 'show active' : ''); ?>" id="cms-errorpages" role="tabpanel" aria-labelledby="errorpages-tab"> <?php if (isset($component)) { $__componentOriginal18c673db446b6d273f72f1ec0a369f37 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal18c673db446b6d273f72f1ec0a369f37 = $attributes; } ?> <?php $component = App\View\Components\Backend\Setting\Cms\Errorpages::resolve([] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.errorpages'); ?> <?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\Backend\Setting\Cms\Errorpages::class))->getConstructor()): ?> <?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?> <?php endif; ?> <?php $component->withAttributes(['cms' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($cms)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal18c673db446b6d273f72f1ec0a369f37)): ?> <?php $attributes = $__attributesOriginal18c673db446b6d273f72f1ec0a369f37; ?> <?php unset($__attributesOriginal18c673db446b6d273f72f1ec0a369f37); ?> <?php endif; ?> <?php if (isset($__componentOriginal18c673db446b6d273f72f1ec0a369f37)): ?> <?php $component = $__componentOriginal18c673db446b6d273f72f1ec0a369f37; ?> <?php unset($__componentOriginal18c673db446b6d273f72f1ec0a369f37); ?> <?php endif; ?> </div> <!-- Footer Text--> <div class="tab-pane fade <?php echo e($cms_tab == 'footer_text' ? 'show active' : ''); ?>" id="cms-footer_text" role="tabpanel" aria-labelledby="footer_text-tab"> <?php if (isset($component)) { $__componentOriginalae15a422096a921631072eaf57054bf6 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginalae15a422096a921631072eaf57054bf6 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.backend.setting.cms.footer_text','data' => ['cms' => $cms]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('backend.setting.cms.footer_text'); ?> <?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(['cms' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($cms)]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginalae15a422096a921631072eaf57054bf6)): ?> <?php $attributes = $__attributesOriginalae15a422096a921631072eaf57054bf6; ?> <?php unset($__attributesOriginalae15a422096a921631072eaf57054bf6); ?> <?php endif; ?> <?php if (isset($__componentOriginalae15a422096a921631072eaf57054bf6)): ?> <?php $component = $__componentOriginalae15a422096a921631072eaf57054bf6; ?> <?php unset($__componentOriginalae15a422096a921631072eaf57054bf6); ?> <?php endif; ?> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?>
<?php $__env->startPush('style'); ?> <link rel="stylesheet" href="<?php echo e(asset('backend')); ?>/css/dropify.min.css" />
<style> .ck-editor__editable_inline { min-height: 170px; }
.-mt--5 { margin-top: -26px; } </style> <?php $__env->stopPush(); ?>
<?php $__env->startPush('script'); ?> <script src="<?php echo e(asset('backend')); ?>/js/dropify.min.js"></script> <script src="<?php echo e(asset('backend')); ?>/dist/js/ckeditor.js"></script> <script> ClassicEditor .create(document.querySelector('#about_ck')) .catch(error => { console.error(error); });
ClassicEditor .create(document.querySelector('#terms_ck')) .catch(error => { console.error(error); });
ClassicEditor .create(document.querySelector('#rules')) .catch(error => { console.error(error); }); ClassicEditor .create(document.querySelector('#privacy_ck')) .catch(error => { console.error(error); }); ClassicEditor .create(document.querySelector('#refund_ck')) .catch(error => { console.error(error); }); ClassicEditor .create(document.querySelector('#promotions_ck')) .catch(error => { console.error(error); }); ClassicEditor .create(document.querySelector('#featured_ck')) .catch(error => { console.error(error); }); ClassicEditor .create(document.querySelector('#urgent_ck')) .catch(error => { console.error(error); }); ClassicEditor .create(document.querySelector('#highlight_ck')) .catch(error => { console.error(error); }); ClassicEditor .create(document.querySelector('#top_ck')) .catch(error => { console.error(error); }); ClassicEditor .create(document.querySelector('#bump_up_ck')) .catch(error => { console.error(error); }); ClassicEditor .create(document.querySelector('#footer_text'), { toolbar: ['bold', 'italic', 'link', 'undo', 'redo'], removePlugins: ['CKFinderUploadAdapter', 'CKFinder', 'EasyImage', 'Image', 'ImageCaption', 'ImageStyle', 'ImageToolbar', 'ImageUpload', 'MediaEmbed', 'RemoveFormat', 'Heading', 'Heading1', 'Heading2', 'CKFinder', 'RemoveFormatLinks', 'Alignment', 'Subscript', 'SuperScript', 'TodoList', 'FontFamily', 'FontSize', 'FontColor', 'FontBackgroundColor', 'Code', 'CodeBlock', 'InsertTable', 'Outdent', 'Indent', 'UploadImage', 'BlockQuote', ], }) .catch(error => { console.error(error); });
$('.dropify').dropify(); </script> <?php $__env->stopPush(); ?>
<?php echo $__env->make('admin.settings.setting-layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH E:\add listing 8-9-25\addListing\resources\views/admin/settings/pages/cms.blade.php ENDPATH**/ ?>
|