⚝
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 :
e52c2a652993d4df6c2cf2a6f0984672fffd5549.php
<?php $__env->startSection('content'); ?> <div class="page-header"> <h4 class="page-title"> <?php echo e($keywords['Appointment_Settings'] ?? __('Appointment Settings')); ?> <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(route('user.holidays', ['language' => request('language')])); ?>"><?php echo e($keywords['Holidays'] ?? __('Holidays')); ?></a> </li> </ul> </h4> </div> <div class="row"> <div class="col-md-12"> <div class="card"> <div class="card-header"> <button class="btn btn-primary addTF float-right btn-sm mr-1 " data-day="monday"><?php echo e($keywords['Add'] ?? __('Add')); ?></button> </div> <div class="card-body"> <div class="row"> <div class="col-lg-12"> <?php if(count($holidays) == 0): ?> <h3 class="text-center"><?php echo e($keywords['NO_HOLIDAYS_FOUND'] ?? __('NO HOLIDAYS FOUND')); ?></h3> <?php else: ?> <div class="table-responsive"> <table class="table table-striped"> <thead> <tr> <th scope="col"><?php echo e($keywords['Date'] ?? __('Date')); ?> </th> <th scope="col"><?php echo e($keywords['Actions'] ?? __('Actions')); ?> </th> </tr> </thead> <tbody> <?php $__currentLoopData = $holidays; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $holiday): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($holiday->date); ?></td> <td> <form class="deleteform d-inline-block" action="<?php echo e(route('user.holiday.delete')); ?>" method="post"> <?php echo csrf_field(); ?> <input type="hidden" name="holiday_id" value="<?php echo e($holiday->id); ?>"> <button type="submit" class="btn btn-danger btn-sm deletebtn"> <span class="btn-label"> <i class="fas fa-trash"></i> </span> <?php echo e($keywords['Delete'] ?? __('Delete')); ?> </button> </form> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> <?php endif; ?> </div> </div> </div> </div> </div> </div> <?php if ($__env->exists('user.appointment.modals.holiday_create')) echo $__env->make('user.appointment.modals.holiday_create', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <script> $(document).ready(function() { $(".addTF").on('click', function(e) { e.preventDefault(); $("#createModal").modal('show'); $("input[name='day']").val($(this).data('day')); }) }); </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('user.layout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user/appointment/holidays.blade.php ENDPATH**/ ?>