⚝
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 :
46d9c4f0fe084d348e6f8fe8a872285f455a7128.php
<?php $userDefaultLang = \App\Models\User\Language::where([['user_id', \Illuminate\Support\Facades\Auth::id()], ['is_default', 1]])->first(); $userLanguages = \App\Models\User\Language::where('user_id', \Illuminate\Support\Facades\Auth::id())->get(); ?> <?php if ($__env->exists('user.partials.rtl-style')) echo $__env->make('user.partials.rtl-style', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e(__('Video Section')); ?></h4> <ul class="breadcrumbs"> <li class="nav-home"> <a href="<?php echo e(route('admin.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(__('Home Page')); ?></a> </li> <li class="separator"> <i class="flaticon-right-arrow"></i> </li> <li class="nav-item"> <a href="#"><?php echo e(__('Video Section')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-header"> <div class="row"> <div class="col-lg-12"> <div class="card-title"><?php echo e(__('Update Video Section')); ?></div> </div> </div> </div> <div class="card-body pt-5 pb-5"> <div class="row"> <div class="col-lg-6 offset-lg-3"> <form id="videoSecForm" action="<?php echo e(route('user.home.page.update.video', ['language' => request()->input('language')])); ?>" method="POST" enctype="multipart/form-data"> <?php echo csrf_field(); ?> <div class="form-group"> <div class="col-12 mb-2"> <label for="image"><strong><?php echo e(__('Background Image')); ?> **</strong></label> </div> <div class="col-md-12 showImage mb-3"> <img src="<?php echo e(isset($data->video_section_image) ? asset('assets/front/img/user/home_settings/' . $data->video_section_image) : asset('assets/admin/img/noimage.jpg')); ?>" alt="..." class="img-thumbnail"> </div> <input type="file" name="video_section_image" id="image" class="form-control image"> <?php if($errors->has('video_section_image')): ?> <div class="error text-danger"><?php echo e($errors->first('video_section_image')); ?> </div> <?php endif; ?> </div> <?php if($userBs->theme != 'home_ten' && $userBs->theme != 'home_five' && $userBs->theme != 'home_four'): ?> <div class="form-group"> <label for=""><?php echo e(__('Video Section Title')); ?></label> <input type="text" class="form-control" name="video_section_title" value="<?php echo e($data->video_section_title ?? old('video_section_title')); ?>"> <?php if($errors->has('video_section_title')): ?> <p class="mt-2 mb-0 text-danger"><?php echo e($errors->first('video_section_title')); ?> </p> <?php endif; ?> </div> <?php endif; ?> <?php if($userBs->theme != 'home_ten' && $userBs->theme != 'home_five' && $userBs->theme != 'home_four'): ?> <?php if($userBs->theme != 'home_two'): ?> <?php if($userBs->theme != 'home_seven'): ?> <div class="form-group"> <label for=""><?php echo e(__('Video Section Subtitle')); ?></label> <input type="text" class="form-control" name="video_section_subtitle" value="<?php echo e($data->video_section_subtitle ?? old('video_section_subtitle')); ?>"> <?php if($errors->has('video_section_subtitle')): ?> <p class="mt-2 mb-0 text-danger"> <?php echo e($errors->first('video_section_subtitle')); ?></p> <?php endif; ?> </div> <?php endif; ?> <?php if($userBs->theme != 'home_nine' && $userBs->theme != 'home_one'): ?> <div class="form-group"> <label for=""><?php echo e(__('Video Section Text')); ?></label> <textarea class="form-control" name="video_section_text" rows="3" cols="80"><?php echo e($data->video_section_text ?? old('video_section_text')); ?></textarea> <?php if($errors->has('video_section_text')): ?> <p class="mt-2 mb-0 text-danger"> <?php echo e($errors->first('video_section_text')); ?> </p> <?php endif; ?> </div> <?php endif; ?> <?php if($userBs->theme != 'home_seven'): ?> <div class="form-group"> <label for=""><?php echo e(__('Video Section Button Text')); ?></label> <input type="text" class="form-control" name="video_section_button_text" value="<?php echo e($data->video_section_button_text ?? old('video_section_button_text')); ?>"> <?php if($errors->has('video_section_button_text')): ?> <p class="mt-2 mb-0 text-danger"> <?php echo e($errors->first('video_section_button_text')); ?></p> <?php endif; ?> </div> <?php endif; ?> <?php if($userBs->theme != 'home_seven'): ?> <div class="form-group"> <label for=""><?php echo e(__('Video Section Button URL')); ?></label> <input type="text" class="form-control" name="video_section_button_url" value="<?php echo e($data->video_section_button_url ?? old('video_section_button_url')); ?>"> <?php if($errors->has('video_section_button_url')): ?> <p class="mt-2 mb-0 text-danger"> <?php echo e($errors->first('video_section_button_url')); ?></p> <?php endif; ?> </div> <?php endif; ?> <?php endif; ?> <?php endif; ?> <div class="form-group"> <label for=""><?php echo e(__('Video URL')); ?></label> <input type="text" class="form-control" name="video_section_url" value="<?php echo e($data->video_section_url ?? old('video_section_url')); ?>"> <?php if($errors->has('video_section_url')): ?> <p class="mt-2 mb-0 text-danger"><?php echo e($errors->first('video_section_url')); ?> </p> <?php endif; ?> </div> </form> </div> </div> </div> <div class="card-footer"> <div class="row"> <div class="col-12 text-center"> <button type="submit" form="videoSecForm" class="btn btn-success"> <?php echo e(__('Update')); ?> </button> </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/video_section.blade.php ENDPATH**/ ?>