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 :
a59c502df8d6ab083ffea723d82c02f5161d7351.php
<table class="table table-striped mb-5 bbcodes-table border"> <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 == 'email_verification'): ?> <tr> <td> {customer_name} </td> <th scope="row"> <?php echo e(__('Customer Name')); ?> </th> </tr> <tr> <td> {verification_link} </td> <th scope="row"> <?php echo e(__('Email verification link')); ?> </th> </tr> <?php endif; ?> <?php if($templateInfo->email_type != 'email_verification'): ?> <tr> <td> {username} </td> <th scope="row"> <?php echo e(__('Username')); ?> </th> </tr> <?php endif; ?> <?php if($templateInfo->email_type == 'custom_domain_connected' || $templateInfo->email_type == 'custom_domain_rejected'): ?> <tr> <td> {requested_domain} </td> <th scope="row"> <?php echo e(__('Requested Custom Domain of User')); ?> </th> </tr> <?php endif; ?> <?php if($templateInfo->email_type == 'custom_domain_connected'): ?> <tr> <td> {previous_domain} </td> <th scope="row"> <?php echo e(__('Previous Custom Domain of User')); ?> </th> </tr> <?php endif; ?> <?php if($templateInfo->email_type == 'custom_domain_rejected'): ?> <tr> <td> {current_domain} </td> <th scope="row"> <?php echo e(__('Current Custom Domain of User')); ?> </th> </tr> <?php endif; ?> <?php if($templateInfo->email_type == 'registration_with_premium_package' || $templateInfo->email_type == 'registration_with_trial_package' || $templateInfo->email_type == 'registration_with_free_package' || $templateInfo->email_type == 'membership_extend' || $templateInfo->email_type == 'payment_accepted_for_membership_extension_offline_gateway' || $templateInfo->email_type == 'payment_accepted_for_registration_offline_gateway'): ?> <tr> <td> {package_title} </td> <th scope="row"> <?php echo e(__('Package Name')); ?> </th> </tr> <tr> <td> {package_price} </td> <th scope="row"> <?php echo e(__('Price of Purchased Package')); ?> </th> </tr> <?php if($templateInfo->email_type == 'registration_with_premium_package' || $templateInfo->email_type == 'payment_accepted_for_registration_offline_gateway'): ?> <tr> <td> {discount} </td> <th scope="row"> <?php echo e(__('Discount after Coupon Applied')); ?> </th> </tr> <tr> <td> {total} </td> <th scope="row"> <?php echo e(__('Order Total')); ?> </th> </tr> <?php endif; ?> <tr> <td> {activation_date} </td> <th scope="row"> <?php echo e(__('Start Date of Membership')); ?> </th> </tr> <tr> <td> {expire_date} </td> <th scope="row"> <?php echo e(__('Expire Date of Membership')); ?> </th> </tr> <?php endif; ?> <?php if($templateInfo->email_type == 'membership_expiry_reminder'): ?> <tr> <td> {last_day_of_membership} </td> <th scope="row"> <?php echo e(__('Last day of membership')); ?> </th> </tr> <?php endif; ?> <?php if($templateInfo->email_type == 'membership_expiry_reminder' || $templateInfo->email_type == 'membership_expired'): ?> <tr> <td> {login_link} </td> <th scope="row"> <?php echo e(__('Login Page Link for User')); ?> </th> </tr> <?php endif; ?> <?php if($templateInfo->email_type == 'admin_changed_current_package' || $templateInfo->email_type == 'admin_changed_next_package'): ?> <tr> <td> {replaced_package} </td> <th scope="row"> Replaced Package Name </th> </tr> <?php endif; ?> <?php if($templateInfo->email_type == 'admin_changed_current_package' || $templateInfo->email_type == 'admin_changed_next_package' || $templateInfo->email_type == 'admin_added_current_package' || $templateInfo->email_type == 'admin_added_next_package'): ?> <tr> <td> {package_title} </td> <th scope="row"> New Package Name </th> </tr> <tr> <td> {package_price} </td> <th scope="row"> New Package Price </th> </tr> <tr> <td> {activation_date} </td> <th scope="row"> New Package Activation Date </th> </tr> <tr> <td> {expire_date} </td> <th scope="row"> New Package Expire Date </th> </tr> <?php endif; ?> <?php if($templateInfo->email_type == 'admin_removed_current_package' || $templateInfo->email_type == 'admin_removed_next_package'): ?> <tr> <td> {removed_package_title} </td> <th scope="row"> Removed Package Name </th> </tr> <?php endif; ?> <tr> <td> {website_title} </td> <th scope="row"> Website Title </th> </tr> </tbody> </table> <?php /**PATH /home/business/public_html/resources/views/admin/basic/email/bbcodes.blade.php ENDPATH**/ ?>