⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.162
Server IP:
147.93.29.146
Server:
Linux server.tagooz.co 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
webstoremaker
/
www
/
storage
/
framework
/
views
/
View File Name :
b29901fd716d4daac2c1c7a24835c64611fb00b0.php
<?php if(!empty($testimonial->language) && $testimonial->language->rtl == 1): ?> <?php $__env->startSection('styles'); ?> <style> form input, form textarea, form select { direction: rtl; } 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(__('Edit Testimonial')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo e(route('user.testimonials.index')); ?>"> <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(__('Testimonial Page')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Edit Testimonial')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-header"> <div class="card-title d-inline-block"><?php echo e(__('Edit Service')); ?></div> <a class="btn btn-info btn-sm float-right d-inline-block" href="<?php echo e(route('user.testimonials.index') . '?language=' . $testimonial->language->code); ?>"> <span class="btn-label"> <i class="fas fa-backward"></i> </span> <?php echo e(__('Back')); ?> </a> </div> <div class="card-body pt-5 pb-5"> <div class="row"> <div class="col-lg-6 offset-lg-3"> <form id="ajaxForm" class="" action="<?php echo e(route('user.testimonial.update')); ?>" method="post" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <input type="hidden" name="id" value="<?php echo e($testimonial->id); ?>"> <?php if($userBs->theme !== 'home_nine'): ?> <div class="row"> <div class="col-lg-12"> <div class="form-group"> <div class="col-12 mb-2"> <label for="image"><strong><?php echo e(__('Image')); ?>*</strong></label> </div> <div class="col-md-12 showImage mb-3"> <img src="<?php echo e($testimonial->image ? asset('assets/front/img/user/testimonials/' . $testimonial->image) : asset('assets/admin/img/noimage.jpg')); ?>" alt="..." class="img-thumbnail"> </div> <input type="file" name="image" id="image" class="form-control"> <p id="errimage" class="mb-0 text-danger em"></p> </div> </div> </div> <?php endif; ?> <div class="form-group"> <label for=""><?php echo e(__('Name')); ?>*</label> <input type="text" class="form-control" name="name" value="<?php echo e($testimonial->name); ?>"> <p id="errname" class="mb-0 text-danger em"></p> </div> <?php if($userBs->theme !== 'home_nine'): ?> <div class="form-group"> <label for=""><?php echo e(__('Occupation')); ?></label> <input type="text" class="form-control" name="occupation" value="<?php echo e($testimonial->occupation); ?>"> <p id="erroccupation" class="mb-0 text-danger em"></p> </div> <?php endif; ?> <div class="form-group"> <label for=""><?php echo e(__('Feedback')); ?> **</label> <textarea class="form-control summernote" name="content" rows="5"><?php echo e(replaceBaseUrl($testimonial->content)); ?></textarea> <p id="errcontent" class="mb-0 text-danger em"></p> </div> <div class="form-group"> <label for=""><?php echo e(__('Serial Number')); ?> **</label> <input type="number" class="form-control ltr" name="serial_number" value="<?php echo e($testimonial->serial_number); ?>"> <p id="errserial_number" class="mb-0 text-danger em"></p> <p class="text-warning"> <small><?php echo e(__('The higher the serial number is, the later the blog will be shown.')); ?></small> </p> </div> </form> </div> </div> </div> <div class="card-footer"> <div class="form"> <div class="form-group from-show-notify row"> <div class="col-12 text-center"> <button type="submit" id="submitBtn" class="btn btn-success"><?php echo e(__('Update')); ?></button> </div> </div> </div> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/webstoremaker/public_html/resources/views/user/testimonial/edit.blade.php ENDPATH**/ ?>