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 :
93e4abb510760af6f08b77b4d41fed00491c28ca.php
<div class="col-lg-5"> <table class="table table-striped" style="border: 1px solid #0000005a;"> <thead> <tr> <th scope="col"><?php echo e(__('Short Code')); ?></th> <th scope="col"><?php echo e(__('Meaning')); ?></th> </tr> </thead> <tbody> <?php if($templateInfo->email_type == 'donation_approved' || $templateInfo->email_type == 'donation'): ?> <tr> <td>{donor_name}</td> <td scope="row"><?php echo e(__('Name of The Donor')); ?></td> </tr> <tr> <td>{cause_name}</td> <td scope="row"><?php echo e(__('Name of The Cause')); ?></td> </tr> <?php else: ?> <tr> <td>{customer_name}</td> <td scope="row"><?php echo e(__('Name of The Customer')); ?></td> </tr> <?php endif; ?> <?php if($templateInfo->email_type == 'email_verification'): ?> <tr> <td>{verification_link}</td> <td scope="row"><?php echo e(__('Email Verification Link')); ?></td> </tr> <?php endif; ?> <?php if($templateInfo->email_type == 'reset_password'): ?> <tr> <td>{password_reset_link}</td> <td scope="row"><?php echo e(__('Password Reset Link')); ?></td> </tr> <?php endif; ?> <tr> <td>{website_title}</td> <td scope="row"><?php echo e(__('Website Title')); ?></td> </tr> <?php if($templateInfo->email_type == 'room_booking'): ?> <tr> <td> {booking_number} </td> <th scope="row"> <?php echo e(__('Booking Number')); ?> </th> </tr> <tr> <td> {booking_date} </td> <th scope="row"> <?php echo e(__('Booking Date')); ?> </th> </tr> <tr> <td> {number_of_night} </td> <th scope="row"> <?php echo e(__('Number of Nights')); ?> </th> </tr> <tr> <td> {check_in_date} </td> <th scope="row"> <?php echo e(__('Check in Date')); ?> </th> </tr> <tr> <td> {check_out_date} </td> <th scope="row"> <?php echo e(__('Check out Date')); ?> </th> </tr> <tr> <td> {number_of_guests} </td> <th scope="row"> <?php echo e(__('Number of Guests')); ?> </th> </tr> <tr> <td> {room_name} </td> <th scope="row"> <?php echo e(__('Room Name')); ?> </th> </tr> <tr> <td> {room_rent} </td> <th scope="row"> <?php echo e(__('Room Rent')); ?> </th> </tr> <tr> <td> {room_type} </td> <th scope="row"> <?php echo e(__('Room Type')); ?> </th> </tr> <tr> <td> {room_amenities} </td> <th scope="row"> <?php echo e(__('Room Amenities')); ?> </th> </tr> <?php endif; ?> </tbody> </table> </div> <?php /**PATH /home/business/public_html/resources/views/user/settings/email/bbcode.blade.php ENDPATH**/ ?>