⚝
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 :
3b64e764ad9cd9815e639dfdd151174a8024df53.php
<div class="col-lg-5"> <table class="table table-striped" style="border: 1px solid #0000005a;"> <thead> <tr> <th scope="col"><?php echo e($keywords['Short_Code'] ?? __('Short Code')); ?></th> <th scope="col"><?php echo e($keywords['Meaning'] ?? __('Meaning')); ?></th> </tr> </thead> <tbody> <tr> <td>{customer_name}</td> <td scope="row"><?php echo e($keywords['Name_of_The_Customer'] ?? __('Name of The Customer')); ?></td> </tr> <?php if($templateInfo->email_type == 'email_verification'): ?> <tr> <td>{verification_link}</td> <td scope="row"><?php echo e($keywords['Email_Verification_Link'] ?? __('Email Verification Link')); ?></td> </tr> <?php endif; ?> <?php if($templateInfo->email_type == 'appointment_booking_notification'): ?> <tr> <td>{sl_no}</td> <td scope="row"><?php echo e($keywords['Appointment_Serial_Number'] ?? __('Appointment Serial Number')); ?> </td> </tr> <tr> <td>{booking_date}</td> <td scope="row"><?php echo e($keywords['Appointment_Booking_Date'] ?? __('Appointment Booking Date')); ?></td> </tr> <tr> <td>{booking_time}</td> <td scope="row"><?php echo e($keywords['Appointment_Booking_Time'] ?? __('Appointment Booking Time')); ?></td> </tr> <tr> <td>{total_fee}</td> <td scope="row"><?php echo e($keywords['Appointment_Total_Fee'] ?? __('Appointment Total Fee')); ?></td> </tr> <tr> <td>{paid}</td> <td scope="row"><?php echo e($keywords['Paid_Amount'] ?? __('Paid Amount')); ?></td> </tr> <tr> <td>{due}</td> <td scope="row"><?php echo e($keywords['Due_Amount'] ?? __('Due Amount')); ?></td> </tr> <tr> <td>{category}</td> <td scope="row"><?php echo e($keywords['Appointment_Category'] ?? __('Appointment Category')); ?></td> </tr> <?php endif; ?> <?php if($templateInfo->email_type == 'reset_password'): ?> <tr> <td>{password_reset_link}</td> <td scope="row"><?php echo e($keywords['Password_Reset_Link'] ?? __('Password Reset Link')); ?></td> </tr> <?php endif; ?> <tr> <td>{website_title}</td> <td scope="row"><?php echo e($keywords['Website_Title'] ?? __('Website Title')); ?></td> </tr> </tbody> </table> </div> <?php /**PATH /home/id/public_html/resources/views/user/settings/email/bbcode.blade.php ENDPATH**/ ?>