⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.162
Server IP:
147.93.29.146
Server:
Linux server.tagooz.co 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
webstoremaker
/
www
/
storage
/
framework
/
views
/
View File Name :
d3c37588d2bbb785b77fcfcaa8584271950a8fac.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/webstoremaker/public_html/resources/views/user/settings/email/bbcode.blade.php ENDPATH**/ ?>