One Hat Cyber Team
Your IP :
216.73.216.93
Server IP :
178.63.234.5
Server :
Linux whm01.ins-jo.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Server Software :
Apache
PHP Version :
8.1.32
Buat File
|
Buat Folder
Dir :
~
/
home
/
business
/
www
/
storage
/
framework
/
views
/
View File Name :
13c33f49e3dd6735ea4c4f46792d6200936c0dac.php
<?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"><?php echo e(__('Social Links')); ?></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(__('Social Links')); ?></a> </li> </ul> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <form id="socialForm" action="<?php echo e(route('user.social.update')); ?>" method="post"> <div class="card-header"> <div class="card-title d-inline-block"><?php echo e(__('Edit Social Link')); ?></div> <a class="btn btn-info btn-sm float-right d-inline-block" href="<?php echo e(route('user.social.index')); ?>"> <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"> <?php echo csrf_field(); ?> <input type="hidden" name="socialid" value="<?php echo e($social->id); ?>"> <div class="form-group"> <label for=""><?php echo e(__('Social Icon')); ?> **</label> <div class="btn-group d-block"> <button type="button" class="btn btn-primary iconpicker-component"><i class="<?php echo e($social->icon); ?>"></i></button> <button type="button" class="icp icp-dd btn btn-primary dropdown-toggle" data-selected="fa-car" data-toggle="dropdown"> </button> <div class="dropdown-menu"></div> </div> <input id="inputIcon" type="hidden" name="icon" value="<?php echo e($social->icon); ?>"> <?php if($errors->has('icon')): ?> <p class="mb-0 text-danger"><?php echo e($errors->first('icon')); ?></p> <?php endif; ?> <div class="mt-2"> <small><?php echo e(__('NB: click on the dropdown icon to select a social link icon.')); ?></small> </div> </div> <div class="form-group"> <label for=""><?php echo e(__('URL')); ?> **</label> <input type="text" class="form-control" name="url" value="<?php echo e($social->url); ?>" placeholder="<?php echo e(__('Enter URL of social media account')); ?>"> <?php if($errors->has('url')): ?> <p class="mb-0 text-danger"><?php echo e($errors->first('url')); ?></p> <?php endif; ?> </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($social->serial_number); ?>" placeholder="<?php echo e(__('Enter Serial Number')); ?>"> <?php if($errors->has('serial_number')): ?> <p class="mb-0 text-danger"><?php echo e($errors->first('serial_number')); ?></p> <?php endif; ?> <p class="text-warning"><small><?php echo e(__('The higher the serial number is, the later the social link will be shown.')); ?></small></p> </div> </div> </div> </div> <div class="card-footer pt-3"> <div class="form"> <div class="form-group from-show-notify row"> <div class="col-lg-3 col-md-3 col-sm-12"> </div> <div class="col-12 text-center"> <button type="submit" id="displayNotif" class="btn btn-success"><?php echo e(__('Update')); ?></button> </div> </div> </div> </div> </form> </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/business/public_html/resources/views/user/settings/social/edit.blade.php ENDPATH**/ ?>