⚝
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 :
2b63413c6cc0ea12b5c25611889dc1774695d44b.php
<?php $__env->startSection('tab-title'); ?> <?php echo e($keywords['My_Appointments'] ?? 'My Appointments'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-title'); ?> <?php echo e($keywords['My_Appointments'] ?? 'My Appointments'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('br-link'); ?> <?php echo e($keywords['My_Appointments'] ?? 'My Appointments'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <?php if($userBs->theme == 6 || $userBs->theme == 7 || $userBs->theme == 8): ?> <!--====== Breadcrumbs Start ======--> <section class="breadcrumbs-section"> <div class="container"> <div class="row align-items-center justify-content-center"> <div class="col-lg-10"> <div class="page-title"> <h1><?php echo e($keywords['Appointment'] ?? 'Appointment'); ?></h1> <ul class="breadcrumbs-link"> <li><a href="<?php echo e(route('front.user.detail.view', getParam())); ?>"><?php echo e($keywords['Home'] ?? 'Home'); ?></a> </li> <li class=""><?php echo e($keywords['Appointment'] ?? 'Appointment'); ?></li> </ul> </div> </div> </div> </div> </section> <!--====== Breadcrumbs End ======--> <?php endif; ?> <!--====== PROFILE PART START ======--> <section class="dashboard-area"> <div class="container"> <div class="row"> <?php if ($__env->exists('user-front.user.side-navbar')) echo $__env->make('user-front.user.side-navbar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="col-lg-9"> <div class="profile-dashboard mt-30"> <div class="profile-sidebar-title"> <h4 class="title"><?php echo e($keywords['My_Appointments'] ?? 'My Appointments'); ?></h4> </div> <div class="profile-dashboard-wrapper"> <div class="row"> <div class="col-md-12 dashboard-col"> <div class="user-profile-details"> <div class="account-info mb-3"> <div class="main-info"> <?php if(count($appointments) == 0): ?> <h3 class="text-center"> <?php echo e($keywords['No_Appointment_Found'] ?? __('No Appointment Found')); ?> !</h3> <?php else: ?> <div class="table-responsive"> <table class="table table-striped mt-3" id="basic-datatables"> <thead> <tr> <th scope="col"> <?php echo e($keywords['SL_No'] ?? __('SL. No')); ?> </th> <th scope="col"> <?php echo e($keywords['Booking_Date'] ?? __('Booking date')); ?> </th> <th scope="col"> <?php echo e($keywords['Time_Slots'] ?? __('Time slots')); ?> </th> <th scope="col"> <?php echo e($keywords['Status'] ?? __('Status')); ?> </th> <th scope="col"> <?php echo e($keywords['Payment_status'] ?? __('Payment status')); ?> </th> <th scope="col"> <?php echo e($keywords['Actions'] ?? __('Actions')); ?></th> </tr> </thead> <tbody> <?php $__currentLoopData = $appointments; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $appointment): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td><?php echo e($appointment->serial_number); ?></td> <td><?php echo e($appointment->date); ?></td> <td><?php echo e($appointment->time); ?></td> <td> <?php if($appointment->status == 1): ?> <span class="badge badge-info"><?php echo e($keywords['Pending'] ?? __('Pending')); ?></span> <?php elseif($appointment->status == 2): ?> <span class="badge badge-success"><?php echo e($keywords['Approved'] ?? __('Approved')); ?></span> <?php elseif($appointment->status == 3): ?> <span class="badge badge-primary"><?php echo e($keywords['Completed'] ?? __('Completed')); ?></span> <?php elseif($appointment->status == 4): ?> <span class="badge badge-danger"><?php echo e($keywords['Rejected'] ?? __('Rejected')); ?></span> <?php endif; ?> </td> <td> <?php if($appointment->payment_status == 1): ?> <span class="badge badge-info"><?php echo e($keywords['Pending'] ?? __('Pending')); ?></span> <?php elseif($appointment->payment_status == 2): ?> <span class="badge badge-success"><?php echo e($keywords['Paid'] ?? __('Paid')); ?></span> <?php elseif($appointment->payment_status == 3): ?> <span class="badge badge-primary"><?php echo e($keywords['Advanced'] ?? __('Advanced')); ?></span> <?php elseif($appointment->payment_status == 4): ?> <span class="badge badge-danger"><?php echo e($keywords['Rejected'] ?? __('Rejected')); ?></span> <?php endif; ?> </td> <td> <a href="<?php echo e(route('customer.appointments.details', [getParam(), 'appointment' => $appointment->id])); ?>" class="btn btn-info btn-sm "> <span class="btn-label"> <i class="fas fa-eye"></i> </span> <?php echo e($keywords['Details'] ?? __('Details')); ?> </a> </td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> <?php endif; ?> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <!--====== PROFILE PART ENDS ======--> <?php $__env->stopSection(); ?> <?php echo $__env->make("user.$folder.layout", \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/id/public_html/resources/views/user-front/user/myappointments.blade.php ENDPATH**/ ?>