PATH:
home
/
rwabteecom
/
project_11
/
storage
/
framework
/
views
/
Editing: 03e41a1a14b0865f8aec972d101d8eff.php
<div class="settings-page pt-4"> <div class="container"> <div class="row"> <div class="col-12 col-lg-8"> <?php echo $__env->make('dashboard.partials.intro-steps', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="row my-4"> <div class="col-md-3 d-none d-md-block"> <?php echo $__env->make('dashboard.partials.aside-navigation', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <div class="col-md-9 px-1 px-sm-2 px-lg-0 px-xl-3"> <form id="setting-page-form" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="py-4 px-3 px-sm-4 section-con mb-4" id="GeneralSection"> <h5 class="section-title mb-4"><?php echo e(__('General Settings')); ?></h5> <div class="setting-box my-4"> <h5 class="setting-box-title p-3 mb-0"><?php echo e(__('Default Link Language')); ?></h5> <div class="px-2 px-sm-3 py-3"> <div class="formInput mb-3"> <select class="select2" name="default_link_language"> <option <?php if(!$domain->default_link_language): ?> selected <?php endif; ?> disabled> <?php echo e(__('Select link language')); ?></option> <option <?php if($domain->default_link_language == 'en'): ?> selected <?php endif; ?> value="en">English</option> <option value="ar" <?php if($domain->default_link_language == 'ar'): ?> selected <?php endif; ?>>العربية</option> </select> </div> <button class="main-btn"> <?php echo e(__('Update')); ?> </button> </div> </div> <div class="setting-box my-4"> <h5 class="setting-box-title p-3 mb-0"><?php echo e(__('Change your link')); ?></h5> <div class="px-2 px-sm-3 py-3"> <div class="lnkformInput mb-3"> <span><?php echo e(env('DOMIN')); ?>/</span> <input type="text" placeholder="username" name="domain" value="<?php echo e($domain->domain); ?>"> </div> <button class="main-btn"> <?php echo e(__('Update')); ?> </button> </div> </div> </div> <div class="py-4 px-3 px-sm-4 section-con mb-4" id="seoSection"> <h5 class="section-title mb-4"><?php echo e(__('SEO')); ?></h5> <div class="my-4"> <label class="input-label"> <?php echo e(__('Meta title')); ?> <svg data-mdb-tooltip-init title="<?php echo e(__("Title of your page")); ?>" class="ms-1" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_325_598)"> <path d="M10.0003 1.6665C14.6028 1.6665 18.3337 5.39734 18.3337 9.99984C18.3337 14.6023 14.6028 18.3332 10.0003 18.3332C5.39783 18.3332 1.66699 14.6023 1.66699 9.99984C1.66699 5.39734 5.39783 1.6665 10.0003 1.6665ZM10.0003 3.33317C8.23222 3.33317 6.53652 4.03555 5.28628 5.28579C4.03604 6.53603 3.33366 8.23173 3.33366 9.99984C3.33366 11.7679 4.03604 13.4636 5.28628 14.7139C6.53652 15.9641 8.23222 16.6665 10.0003 16.6665C11.7684 16.6665 13.4641 15.9641 14.7144 14.7139C15.9646 13.4636 16.667 11.7679 16.667 9.99984C16.667 8.23173 15.9646 6.53603 14.7144 5.28579C13.4641 4.03555 11.7684 3.33317 10.0003 3.33317ZM10.0003 13.3332C10.2213 13.3332 10.4333 13.421 10.5896 13.5772C10.7459 13.7335 10.8337 13.9455 10.8337 14.1665C10.8337 14.3875 10.7459 14.5995 10.5896 14.7558C10.4333 14.912 10.2213 14.9998 10.0003 14.9998C9.77931 14.9998 9.56735 14.912 9.41107 14.7558C9.25479 14.5995 9.16699 14.3875 9.16699 14.1665C9.16699 13.9455 9.25479 13.7335 9.41107 13.5772C9.56735 13.421 9.77931 13.3332 10.0003 13.3332ZM10.0003 5.4165C10.7022 5.41653 11.3822 5.66097 11.9235 6.10784C12.4647 6.55471 12.8335 7.17612 12.9664 7.86532C13.0993 8.55452 12.9881 9.26849 12.6518 9.8846C12.3155 10.5007 11.7752 10.9805 11.1237 11.2415C11.0276 11.2779 10.9408 11.3351 10.8695 11.409C10.8328 11.4507 10.827 11.504 10.8278 11.559L10.8337 11.6665C10.8334 11.8789 10.7521 12.0832 10.6063 12.2376C10.4605 12.3921 10.2612 12.485 10.0492 12.4975C9.83713 12.5099 9.62834 12.4409 9.46547 12.3046C9.30259 12.1683 9.19791 11.9749 9.17283 11.764L9.16699 11.6665V11.4582C9.16699 10.4973 9.94199 9.92067 10.5037 9.69484C10.7323 9.60355 10.9317 9.45173 11.0805 9.25566C11.2293 9.05959 11.3219 8.82669 11.3483 8.58197C11.3748 8.33724 11.334 8.08994 11.2305 7.86662C11.127 7.6433 10.9646 7.45239 10.7608 7.3144C10.5569 7.17641 10.3194 7.09655 10.0736 7.08339C9.82778 7.07024 9.58305 7.12428 9.36565 7.23973C9.14826 7.35517 8.96642 7.52766 8.83965 7.73865C8.71289 7.94965 8.646 8.19119 8.64616 8.43734C8.64616 8.65835 8.55836 8.87031 8.40208 9.02659C8.2458 9.18287 8.03384 9.27067 7.81283 9.27067C7.59181 9.27067 7.37985 9.18287 7.22357 9.02659C7.06729 8.87031 6.97949 8.65835 6.97949 8.43734C6.97949 7.63616 7.29776 6.8678 7.86427 6.30129C8.43079 5.73477 9.19915 5.4165 10.0003 5.4165Z" fill="black" /> </g> <defs> <clipPath id="clip0_325_598"> <rect width="20" height="20" fill="white" /> </clipPath> </defs> </svg> </label> <input class="px-3 formInput" type="text" name="meta_title" value="<?php echo e($domain->meta_title); ?>" placeholder="<?php echo e(__('Meta title')); ?>"> </div> <div class="my-4"> <label class="input-label"> <?php echo e(__('Meta Description')); ?> <svg data-mdb-tooltip-init title="<?php echo e(__("Description of your page")); ?>" class="ms-1" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_325_598)"> <path d="M10.0003 1.6665C14.6028 1.6665 18.3337 5.39734 18.3337 9.99984C18.3337 14.6023 14.6028 18.3332 10.0003 18.3332C5.39783 18.3332 1.66699 14.6023 1.66699 9.99984C1.66699 5.39734 5.39783 1.6665 10.0003 1.6665ZM10.0003 3.33317C8.23222 3.33317 6.53652 4.03555 5.28628 5.28579C4.03604 6.53603 3.33366 8.23173 3.33366 9.99984C3.33366 11.7679 4.03604 13.4636 5.28628 14.7139C6.53652 15.9641 8.23222 16.6665 10.0003 16.6665C11.7684 16.6665 13.4641 15.9641 14.7144 14.7139C15.9646 13.4636 16.667 11.7679 16.667 9.99984C16.667 8.23173 15.9646 6.53603 14.7144 5.28579C13.4641 4.03555 11.7684 3.33317 10.0003 3.33317ZM10.0003 13.3332C10.2213 13.3332 10.4333 13.421 10.5896 13.5772C10.7459 13.7335 10.8337 13.9455 10.8337 14.1665C10.8337 14.3875 10.7459 14.5995 10.5896 14.7558C10.4333 14.912 10.2213 14.9998 10.0003 14.9998C9.77931 14.9998 9.56735 14.912 9.41107 14.7558C9.25479 14.5995 9.16699 14.3875 9.16699 14.1665C9.16699 13.9455 9.25479 13.7335 9.41107 13.5772C9.56735 13.421 9.77931 13.3332 10.0003 13.3332ZM10.0003 5.4165C10.7022 5.41653 11.3822 5.66097 11.9235 6.10784C12.4647 6.55471 12.8335 7.17612 12.9664 7.86532C13.0993 8.55452 12.9881 9.26849 12.6518 9.8846C12.3155 10.5007 11.7752 10.9805 11.1237 11.2415C11.0276 11.2779 10.9408 11.3351 10.8695 11.409C10.8328 11.4507 10.827 11.504 10.8278 11.559L10.8337 11.6665C10.8334 11.8789 10.7521 12.0832 10.6063 12.2376C10.4605 12.3921 10.2612 12.485 10.0492 12.4975C9.83713 12.5099 9.62834 12.4409 9.46547 12.3046C9.30259 12.1683 9.19791 11.9749 9.17283 11.764L9.16699 11.6665V11.4582C9.16699 10.4973 9.94199 9.92067 10.5037 9.69484C10.7323 9.60355 10.9317 9.45173 11.0805 9.25566C11.2293 9.05959 11.3219 8.82669 11.3483 8.58197C11.3748 8.33724 11.334 8.08994 11.2305 7.86662C11.127 7.6433 10.9646 7.45239 10.7608 7.3144C10.5569 7.17641 10.3194 7.09655 10.0736 7.08339C9.82778 7.07024 9.58305 7.12428 9.36565 7.23973C9.14826 7.35517 8.96642 7.52766 8.83965 7.73865C8.71289 7.94965 8.646 8.19119 8.64616 8.43734C8.64616 8.65835 8.55836 8.87031 8.40208 9.02659C8.2458 9.18287 8.03384 9.27067 7.81283 9.27067C7.59181 9.27067 7.37985 9.18287 7.22357 9.02659C7.06729 8.87031 6.97949 8.65835 6.97949 8.43734C6.97949 7.63616 7.29776 6.8678 7.86427 6.30129C8.43079 5.73477 9.19915 5.4165 10.0003 5.4165Z" fill="black" /> </g> <defs> <clipPath id="clip0_325_598"> <rect width="20" height="20" fill="white" /> </clipPath> </defs> </svg> </label> <input class="px-3 formInput" type="text" name="meta_description" value="<?php echo e($domain->meta_description); ?>" placeholder="<?php echo e(__('Meta Description')); ?>"> </div> <div class="my-4"> <label class="input-label"> <?php echo e(__('Meta Keywords')); ?> <svg class="ms-1" data-mdb-tooltip-init title="<?php echo e(__("Keywords of your page")); ?>" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_325_598)"> <path d="M10.0003 1.6665C14.6028 1.6665 18.3337 5.39734 18.3337 9.99984C18.3337 14.6023 14.6028 18.3332 10.0003 18.3332C5.39783 18.3332 1.66699 14.6023 1.66699 9.99984C1.66699 5.39734 5.39783 1.6665 10.0003 1.6665ZM10.0003 3.33317C8.23222 3.33317 6.53652 4.03555 5.28628 5.28579C4.03604 6.53603 3.33366 8.23173 3.33366 9.99984C3.33366 11.7679 4.03604 13.4636 5.28628 14.7139C6.53652 15.9641 8.23222 16.6665 10.0003 16.6665C11.7684 16.6665 13.4641 15.9641 14.7144 14.7139C15.9646 13.4636 16.667 11.7679 16.667 9.99984C16.667 8.23173 15.9646 6.53603 14.7144 5.28579C13.4641 4.03555 11.7684 3.33317 10.0003 3.33317ZM10.0003 13.3332C10.2213 13.3332 10.4333 13.421 10.5896 13.5772C10.7459 13.7335 10.8337 13.9455 10.8337 14.1665C10.8337 14.3875 10.7459 14.5995 10.5896 14.7558C10.4333 14.912 10.2213 14.9998 10.0003 14.9998C9.77931 14.9998 9.56735 14.912 9.41107 14.7558C9.25479 14.5995 9.16699 14.3875 9.16699 14.1665C9.16699 13.9455 9.25479 13.7335 9.41107 13.5772C9.56735 13.421 9.77931 13.3332 10.0003 13.3332ZM10.0003 5.4165C10.7022 5.41653 11.3822 5.66097 11.9235 6.10784C12.4647 6.55471 12.8335 7.17612 12.9664 7.86532C13.0993 8.55452 12.9881 9.26849 12.6518 9.8846C12.3155 10.5007 11.7752 10.9805 11.1237 11.2415C11.0276 11.2779 10.9408 11.3351 10.8695 11.409C10.8328 11.4507 10.827 11.504 10.8278 11.559L10.8337 11.6665C10.8334 11.8789 10.7521 12.0832 10.6063 12.2376C10.4605 12.3921 10.2612 12.485 10.0492 12.4975C9.83713 12.5099 9.62834 12.4409 9.46547 12.3046C9.30259 12.1683 9.19791 11.9749 9.17283 11.764L9.16699 11.6665V11.4582C9.16699 10.4973 9.94199 9.92067 10.5037 9.69484C10.7323 9.60355 10.9317 9.45173 11.0805 9.25566C11.2293 9.05959 11.3219 8.82669 11.3483 8.58197C11.3748 8.33724 11.334 8.08994 11.2305 7.86662C11.127 7.6433 10.9646 7.45239 10.7608 7.3144C10.5569 7.17641 10.3194 7.09655 10.0736 7.08339C9.82778 7.07024 9.58305 7.12428 9.36565 7.23973C9.14826 7.35517 8.96642 7.52766 8.83965 7.73865C8.71289 7.94965 8.646 8.19119 8.64616 8.43734C8.64616 8.65835 8.55836 8.87031 8.40208 9.02659C8.2458 9.18287 8.03384 9.27067 7.81283 9.27067C7.59181 9.27067 7.37985 9.18287 7.22357 9.02659C7.06729 8.87031 6.97949 8.65835 6.97949 8.43734C6.97949 7.63616 7.29776 6.8678 7.86427 6.30129C8.43079 5.73477 9.19915 5.4165 10.0003 5.4165Z" fill="black" /> </g> <defs> <clipPath id="clip0_325_598"> <rect width="20" height="20" fill="white" /> </clipPath> </defs> </svg> </label> <input class="px-3 formInput" type="text" name="meta_keywords" value="<?php echo e($domain->meta_keywords); ?>" placeholder="<?php echo e(__('Meta Keywords')); ?>"> </div> <button class="main-btn seo-update"> <?php echo e(__('Save')); ?> </button> </div> <div class="py-4 px-3 px-sm-4 section-con mb-4" id="IntegrationsSection"> <h5 class="section-title mb-4"><?php echo e(__('Integrations')); ?></h5> <div class="row row-cols-1 row-cols-sm-2"> <div class="col text-center p-2"> <div class="integration-card h-100 d-flex flex-column google_analytics" id="google_analytics"> <div class="integration-card-top d-flex align-items-center justify-content-center"> <h5 class="mb-0 p-3 integration_title"> <?php echo e(__('Google Analytic GT4')); ?> </h5> </div> <div class="p-3 d-flex h-100 flex-column justify-content-between"> <p class=""> <?php echo e(__('you can configure google analytics (GT4) into the website.')); ?> </p> <div class="d-flex justify-content-between integration-card-buttons"> <?php if($domain->google_analytics_gt4_status == 1): ?> <button class="deactive-btn" type="button"> <?php echo e(__('Active')); ?> </button> <?php else: ?> <button class="activate-btn" type="button" integration_data=<?php echo e($domain->google_analytics_gt4_id); ?>> <?php echo e(__('Activate')); ?> </button> <?php endif; ?> <button class="settings-btn" type="button"> <?php echo e(__('Setting')); ?> </button> </div> </div> </div> </div> <div class="col text-center p-2"> <div class="integration-card h-100 d-flex flex-column google_tag_manager" id="google_tag_manager"> <div class="integration-card-top d-flex align-items-center justify-content-center"> <h5 class="mb-0 p-3 integration_title"> <?php echo e(__('Google Tags Manager')); ?> </h5> </div> <div class="p-3 d-flex h-100 flex-column justify-content-between"> <p class=""> <?php echo e(__('you can configure google tag manager into the website')); ?> </p> <div class="d-flex justify-content-between integration-card-buttons"> <?php if($domain->google_tag_manager_status == 1): ?> <button class="deactive-btn" type="button"> <?php echo e(__('Active')); ?> </button> <?php else: ?> <button class="activate-btn" type="button" integration_data=<?php echo e($domain->google_tag_manager_id); ?>> <?php echo e(__('Activate')); ?> </button> <?php endif; ?> <button class="settings-btn" type="button"> <?php echo e(__('Setting')); ?> </button> </div> </div> </div> </div> <div class="col text-center p-2"> <div class="integration-card h-100 d-flex flex-column facebook_pixels" id="facebook_pixels"> <div class="integration-card-top d-flex align-items-center justify-content-center"> <h5 class="mb-0 p-3 integration_title"> <?php echo e(__('Facebook Pixels')); ?> </h5> </div> <div class="p-3 d-flex h-100 flex-column justify-content-between"> <p class=""> <?php echo e(__('you can configure facebook pixels into the website')); ?> </p> <div class="d-flex justify-content-between integration-card-buttons"> <?php if($domain->facebook_pixels_status == 1): ?> <button class="deactive-btn" type="button"> <?php echo e(__('Active')); ?> </button> <?php else: ?> <button class="activate-btn" type="button" integration_data=<?php echo e($domain->facebook_pixels_id); ?>> <?php echo e(__('Activate')); ?> </button> <?php endif; ?> <button class="settings-btn" type="button"> <?php echo e(__('Setting')); ?> </button> </div> </div> </div> </div> <div class="col text-center p-2"> <div class="integration-card h-100 d-flex flex-column messanger" id="messanger"> <div class="integration-card-top d-flex align-items-center justify-content-center"> <h5 class="mb-0 p-3 integration_title"> <?php echo e(__('Messanger')); ?> </h5> </div> <div class="p-3 d-flex h-100 flex-column justify-content-between"> <p class=""> <?php echo e(__('you can configure messenger into the website.')); ?> </p> <div class="d-flex justify-content-between integration-card-buttons"> <?php if($domain->messanger_status == 1): ?> <button class="deactive-btn" type="button"> <?php echo e(__('Active')); ?> </button> <?php else: ?> <button class="activate-btn" type="button" integration_data="<?php echo e($domain->messanger_page_id); ?>"> <?php echo e(__('Activate')); ?> </button> <?php endif; ?> <button class="settings-btn" type="button"> <?php echo e(__('Setting')); ?> </button> </div> </div> </div> </div> <div class="col text-center p-2"> <div class="integration-card h-100 d-flex flex-column snapchat_pixels" id="snapchat_pixels"> <div class="integration-card-top d-flex align-items-center justify-content-center"> <h5 class="mb-0 p-3 integration_title"> <?php echo e(__('Snapchat pixels')); ?> </h5> </div> <div class="p-3"> <p class=""> <?php echo e(__('you can configure snapchat pixels into the website.')); ?> </p> <div class="d-flex justify-content-between integration-card-buttons"> <?php if($domain->snapchat_pixels_status == 1): ?> <button class="deactive-btn" type="button"> <?php echo e(__('Active')); ?> </button> <?php else: ?> <button class="activate-btn" type="button" integration_data=<?php echo e($domain->snapchat_pixels_id); ?>> <?php echo e(__('Activate')); ?> </button> <?php endif; ?> <button class="settings-btn" type="button"> <?php echo e(__('Setting')); ?> </button> </div> </div> </div> </div> </div> </div> <div class="modal integrationModal" id="integrationModal" data-mdb-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true"> <div class="modal-dialog "> <div class="modal-content"> <div class="modal-header "> <h5 class="modal-title mb-0"></h5> <button type="button" data-mdb-dismiss="modal" aria-label="Close"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17 7L7 17M7 7L17 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> </div> <div class="modal-body"> <div class="intergationForm px-4" id="google_analytics_form"> <div class="my-4"> <label class="input-label"> <?php echo e(__('Google Analytics GT4 ID')); ?> </label> <input class="p-3 formInput" type="text" value="<?php echo e($domain->google_analytics_gt4_id); ?>" name="google_analytics_gt4_id" placeholder="<?php echo e(__('Google Analytics GT4 ID')); ?>" /> <div class="form-check form-switch mt-3"> <input class="form-check-input" type="checkbox" role="switch" value="1" <?php echo e($domain->google_analytics_gt4_status == '1' ? 'checked' : ''); ?> id="google_analytics_gt4_status_input" name="google_analytics_gt4_status" /> <label class="form-check-label" for="google_analytics_gt4_status_input"> <?php echo e(__('active')); ?> </label> </div> </div> </div> <div class="intergationForm px-4" id="google_tag_manager_form"> <div class="my-4"> <label class="input-label"> <?php echo e(__('Google Tags Manager ID')); ?> </label> <input class="p-3 formInput" type="text" value="<?php echo e($domain->google_tag_manager_id); ?>" name="google_tag_manager_id" placeholder="<?php echo e(__('Google Tags Manager ID')); ?>" /> <div class="form-check form-switch mt-3"> <input class="form-check-input" type="checkbox" role="switch" value="1" <?php echo e($domain->google_tag_manager_status == '1' ? 'checked' : ''); ?> id="google_tag_manager_status_input" name="google_tag_manager_status" /> <label class="form-check-label" for="google_tag_manager_status_input"> <?php echo e(__('active')); ?> </label> </div> </div> </div> <div class="intergationForm px-4" id="facebook_pixels_form"> <div class="my-4"> <label class="input-label"> <?php echo e(__('Facebook Pixels ID')); ?> </label> <input class="p-3 formInput" type="text" value="<?php echo e($domain->facebook_pixels_id); ?>" name="facebook_pixels_id" placeholder="<?php echo e(__('Facebook Pixels ID')); ?>"> <div class="form-check form-switch mt-3"> <input class="form-check-input" type="checkbox" role="switch" value="1" <?php echo e($domain->facebook_pixels_status == '1' ? 'checked' : ''); ?> id="facebook_pixels_status_input" name="facebook_pixels_status" /> <label class="form-check-label" for="facebook_pixels_status_input"> <?php echo e(__('active')); ?> </label> </div> </div> </div> <div class="intergationForm px-4" id="messanger_form"> <div class="my-4"> <label class="input-label"> <?php echo e(__('Messanger Page ID')); ?> </label> <input class="p-3 formInput" type="text" value="<?php echo e($domain->messanger_page_id); ?>" name="messanger_page_id" placeholder="<?php echo e(__('Messanger Page ID')); ?>" /> <div class="form-check form-switch mt-3"> <input class="form-check-input" type="checkbox" role="switch" value="1" <?php echo e($domain->messanger_status == '1' ? 'checked' : ''); ?> id="messanger_status_input" name="messanger_status" /> <label class="form-check-label" for="messanger_status_input"> <?php echo e(__('active')); ?> </label> </div> </div> </div> <div class="intergationForm px-4" id="snapchat_pixels_form"> <div class="my-4"> <label class="input-label"> <?php echo e(__('Snapchat pixels ID')); ?> </label> <input class="p-3 formInput" type="text" value="<?php echo e($domain->snapchat_pixels_id); ?>" name="snapchat_pixels_id" placeholder="<?php echo e(__('Snapchat pixels ID')); ?>" /> <div class="form-check form-switch mt-3"> <input class="form-check-input" type="checkbox" role="switch" value="1" <?php echo e($domain->snapchat_pixels_status == '1' ? 'checked' : ''); ?> id="snapchat_pixels_status_input" name="snapchat_pixels_status" /> <label class="form-check-label" for="snapchat_pixels_status_input"> <?php echo e(__('active')); ?> </label> </div> </div> </div> <button class="main-btn px-4 py-2" data-mdb-dismiss="modal"><?php echo e(__('Save')); ?></button> </div> </div> </div> </div> <div class="modal fade deActivateModal" id="deActivateModal" aria-labelledby="exampleModalLabel" tabindex="-1" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable"> <div class="modal-content"> <div class="modal-header justify-content-end"> <button type="button" data-mdb-ripple-init data-mdb-dismiss="modal" aria-label="Close" class="close-btn"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17 7L7 17M7 7L17 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> </div> <div class="modal-body text-center py-0"> <h4 class="deActivate-title"></h4> </div> <div class="modal-footer justify-content-center pb-4"> <button type="button" class="me-3" id="confirm-deactive" data-mdb-dismiss="modal"><?php echo e(__('deactivate')); ?></button> <button type="button" data-mdb-dismiss="modal"><?php echo e(__('Cancel')); ?></button> </div> <div class="loading-screen d-none"> <div class="spinner-border"></div> </div> </div> </div> </div> </form> <div class="section-con" id="DeactivateAccount"> <h5 class="section-title mb-0 px-3 px-sm-4 py-4"><?php echo e(__('Deactivate Account')); ?></h5> <div class="deactive-con p-4"> <div class="deactive-box p-3 d-flex"> <span class="me-2"> <svg width="33" height="34" viewBox="0 0 33 34" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.3" fill-rule="evenodd" clip-rule="evenodd" d="M16.4412 30.4361C24.0081 30.4361 30.1422 24.302 30.1422 16.7352C30.1422 9.16832 24.0081 3.03418 16.4412 3.03418C8.87437 3.03418 2.74023 9.16832 2.74023 16.7352C2.74023 24.302 8.87437 30.4361 16.4412 30.4361Z" fill="#F89C47" /> <rect x="15.0713" y="9.88477" width="2.7402" height="10.9608" rx="1" fill="#F89C47" /> <rect x="15.0713" y="22.2153" width="2.7402" height="2.7402" rx="1" fill="#F89C47" /> </svg> </span> <div> <h5><?php echo e(__('You are deactivatiing your account')); ?></h5> <p class="mb-0"> <?php echo e(__('Warning ! you now will deactivatiing your account and will not show to the other users')); ?> </p> </div> </div> </div> <div class="d-flex align-items-center justify-content-end p-4"> <button class="deactivate-btn" type="button" id="deactivate-account"> <?php echo e(__('Deactivate Account')); ?> </button> </div> </div> </div> </div> </div> <div class="col-12 col-lg-4 share-area d-flex flex-column align-items-center align-items-lg-end"> <?php echo $__env->make('dashboard.partials.preview', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> </div> </div> <div class="modal fade deActivateAccountModal" id="deActivateAccountModal" aria-labelledby="exampleModalLabel" tabindex="-1" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered modal-dialog-scrollable"> <div class="modal-content"> <div class="modal-header justify-content-end"> <button type="button" data-mdb-ripple-init data-mdb-dismiss="modal" aria-label="Close" class="close-btn"> <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M17 7L7 17M7 7L17 17" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </svg> </button> </div> <form action="<?php echo e(route('dashboard.settings.deactive-account')); ?>" method="POST" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="modal-body text-center py-0"> <h4 class="deActivate-title"><?php echo e(__('Deactivate Account')); ?></h4> <p class="mb-0 px-4"><?php echo e(__('Are you sure deactivate account?')); ?></p> </div> <div class="modal-footer justify-content-center pb-4"> <button class="me-3" id="confirm-deactive-account"><?php echo e(__('deactivate')); ?></button> <button type="button" data-mdb-dismiss="modal"><?php echo e(__('Cancel')); ?></button> </div> </form> <div class="loading-screen d-none"> <div class="spinner-border"></div> </div> </div> </div> </div> <?php /**PATH /home/rwabtee/project/resources/views/dashboard/partials/settings-render.blade.php ENDPATH**/ ?>
SAVE
CANCEL