⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
public_html
/
storage
/
framework
/
views
/
View File Name :
d630c8d6344fe7f30bd3a4e59c0258a86ffb14da.php
<?php if(!empty($abs->language) && $abs->language->rtl == 1): ?> <?php $__env->startSection('styles'); ?> <style> form:not(.modal-form) input, form:not(.modal-form) textarea, form:not(.modal-form) select, select[name='language'] { direction: rtl; } form:not(.modal-form) .note-editor.note-frame .note-editing-area .note-editable { direction: rtl; text-align: right; } </style> <?php $__env->stopSection(); ?> <?php endif; ?> <?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e(__('SEO Informations')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo e(route('user-dashboard')); ?>"> <i class="flaticon-home"></i> </a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Basic Settings')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('SEO Informations')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <form action="<?php echo e(route('admin.seo.update')); ?>" method="post"> <?php echo csrf_field(); ?> <div class="card-header"> <div class="row"> <div class="col-lg-9"> <div class="card-title"><?php echo e(__('Update SEO Informations')); ?></div> </div> <div class="col-lg-3"> </div> </div> </div> <div class="card-body pt-5 pb-5"> <div class="row"> <div class="col-lg-6"> <div class="form-group"> <label><?php echo e(__('Meta Keywords For Home Page')); ?></label> <input class="form-control" name="home_meta_keywords" value="<?php echo e($data->home_meta_keywords); ?>" placeholder="<?php echo e(__('Enter Meta Keywords')); ?>" data-role="tagsinput"> </div> <div class="form-group"> <label><?php echo e(__('Meta Description For Home Page')); ?></label> <textarea class="form-control" name="home_meta_description" rows="5" placeholder="<?php echo e(__('Enter Meta Description')); ?>"><?php echo e($data->home_meta_description); ?></textarea> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label><?php echo e(__('Meta Keywords For Blogs Page')); ?></label> <input class="form-control" name="blogs_meta_keywords" value="<?php echo e($data->blogs_meta_keywords); ?>" placeholder="<?php echo e(__('Enter Meta Keywords')); ?>" data-role="tagsinput"> </div> <div class="form-group"> <label><?php echo e(__('Meta Description For Blogs Page')); ?></label> <textarea class="form-control" name="blogs_meta_description" rows="5" placeholder="<?php echo e(__('Enter Meta Description')); ?>"><?php echo e($data->blogs_meta_description); ?></textarea> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label><?php echo e(__('Meta Keywords For Profiles Page')); ?></label> <input class="form-control" name="profiles_meta_keywords" value="<?php echo e($data->profiles_meta_keywords); ?>" placeholder="<?php echo e(__('Enter Meta Keywords')); ?>" data-role="tagsinput"> </div> <div class="form-group"> <label><?php echo e(__('Meta Description For Profiles Page')); ?></label> <textarea class="form-control" name="profiles_meta_description" rows="5" placeholder="<?php echo e(__('Enter Meta Description')); ?>"><?php echo e($data->profiles_meta_description); ?></textarea> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label><?php echo e(__('Meta Keywords For Pricing Page')); ?></label> <input class="form-control" name="pricing_meta_keywords" value="<?php echo e($data->pricing_meta_keywords); ?>" placeholder="<?php echo e(__('Enter Meta Keywords')); ?>" data-role="tagsinput"> </div> <div class="form-group"> <label><?php echo e(__('Meta Description For Pricing Page')); ?></label> <textarea class="form-control" name="pricing_meta_description" rows="5" placeholder="<?php echo e(__('Enter Meta Description')); ?>"><?php echo e($data->pricing_meta_description); ?></textarea> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label><?php echo e(__('Meta Keywords For FAQs Page')); ?></label> <input class="form-control" name="faqs_meta_keywords" value="<?php echo e($data->faqs_meta_keywords); ?>" placeholder="<?php echo e(__('Enter Meta Keywords')); ?>" data-role="tagsinput"> </div> <div class="form-group"> <label><?php echo e(__('Meta Description For FAQs Page')); ?></label> <textarea class="form-control" name="faqs_meta_description" rows="5" placeholder="<?php echo e(__('Enter Meta Description')); ?>"><?php echo e($data->faqs_meta_description); ?></textarea> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label><?php echo e(__('Meta Keywords For Contact Page')); ?></label> <input class="form-control" name="contact_meta_keywords" value="<?php echo e($data->contact_meta_keywords); ?>" placeholder="<?php echo e(__('Enter Meta Keywords')); ?>" data-role="tagsinput"> </div> <div class="form-group"> <label><?php echo e(__('Meta Description For Contact Page')); ?></label> <textarea class="form-control" name="contact_meta_description" rows="5" placeholder="<?php echo e(__('Enter Meta Description')); ?>"><?php echo e($data->contact_meta_description); ?></textarea> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label><?php echo e(__('Meta Keywords For Login Page')); ?></label> <input class="form-control" name="login_meta_keywords" value="<?php echo e($data->login_meta_keywords); ?>" placeholder="<?php echo e(__('Enter Meta Keywords')); ?>" data-role="tagsinput"> </div> <div class="form-group"> <label><?php echo e(__('Meta Description For Login Page')); ?></label> <textarea class="form-control" name="login_meta_description" rows="5" placeholder="<?php echo e(__('Enter Meta Description')); ?>"><?php echo e($data->login_meta_description); ?></textarea> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label><?php echo e(__('Meta Keywords For Forget Password Page')); ?></label> <input class="form-control" name="forget_password_meta_keywords" value="<?php echo e($data->forget_password_meta_keywords); ?>" placeholder="<?php echo e(__('Enter Meta Keywords')); ?>" data-role="tagsinput"> </div> <div class="form-group"> <label><?php echo e(__('Meta Description For Forget Password Page')); ?></label> <textarea class="form-control" name="forget_password_meta_description" rows="5" placeholder="<?php echo e(__('Enter Meta Description')); ?>"><?php echo e($data->forget_password_meta_description); ?></textarea> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label><?php echo e(__('Meta Keywords For Checkout Page')); ?></label> <input class="form-control" name="checkout_meta_keywords" value="<?php echo e($data->checkout_meta_keywords); ?>" placeholder="<?php echo e(__('Enter Meta Keywords')); ?>" data-role="tagsinput"> </div> <div class="form-group"> <label><?php echo e(__('Meta Description For Checkout Page')); ?></label> <textarea class="form-control" name="checkout_meta_description" rows="5" placeholder="<?php echo e(__('Enter Meta Description')); ?>"><?php echo e($data->checkout_meta_description); ?></textarea> </div> </div> </div> <div class="card-footer"> <div class="form"> <div class="row"> <div class="col-12 text-center"> <button type="submit" class="btn btn-success <?php echo e($data == null ? 'd-none' : ''); ?>"><?php echo e(__('Update')); ?></button> </div> </div> </div> </div> </form> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('admin.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/admin/basic/seo.blade.php ENDPATH**/ ?>