[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: d96446435a48b72a1f3025456a9307d4.php
<?php $__env->startSection('content'); ?> <div id="pricing-table"> <div class="row justify-content-center"> <?php if($package != null): ?> <div class="col-lg-3"> <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; ?> </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')); ?> <i class="fas fa-info-circle ml-1" data-toggle="tooltip" data-placement="top" title="<?php echo e(_lang('Reset after renew')); ?>"></i></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')); ?> <i class="fas fa-info-circle ml-1" data-toggle="tooltip" data-placement="top" title="<?php echo e(_lang('Reset after renew')); ?>"></i></li> <li><i class="bi <?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="bi <?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> </div> </div> </div> <div class="col-lg-4"> <div class="card"> <div class="card-header text-center"> <span class="panel-title"><?php echo e(_lang('Membership Details')); ?></span> </div> <div class="card-body"> <table class="table table-striped"> <tr> <td><?php echo e(_lang('Membership Type')); ?></td> <td><?php echo e(ucwords(auth()->user()->membership_type)); ?></td> </tr> <tr> <td><?php echo e(_lang('Subscription Date')); ?></td> <td><?php echo e(auth()->user()->subscription_date); ?></td> </tr> <tr> <td><?php echo e(_lang('Subscription Expired')); ?></td> <td><?php echo e(auth()->user()->valid_to); ?></td> </tr> <tr> <td><?php echo e(_lang('Last Payment')); ?></td> <td><?php echo e($lastPayment ? decimalPlace($lastPayment->amount, currency_symbol()) : _lang('N/A')); ?></td> </tr> <tr> <td><?php echo e(_lang('Last Payment Date')); ?></td> <td><?php echo e($lastPayment ? $lastPayment->created_at : _lang('N/A')); ?></td> </tr> </table> <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); ?>"> <a href="<?php echo e(route('membership.payment_gateways')); ?>" class="btn btn-primary btn-block mt-4"><?php echo e(_lang('Renew Membership')); ?></a> <a href="<?php echo e(route('membership.packages')); ?>" class="btn btn-danger btn-block mt-2" id="change-package"><?php echo e(_lang('Change Package')); ?></a> </form> </div> </div> </div> <?php endif; ?> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('js-script'); ?> <script> (function ($) { "use strict"; $(document).on('click','#change-package', function(e){ e.preventDefault(); var link = $(this).attr('href'); Swal.fire({ text: '<?php echo e(_lang('Once you process then you will not able to rollback current subscription. You need to repay for new selected package !')); ?>', icon: 'warning', showCancelButton: true, confirmButtonColor: '#3085d6', cancelButtonColor: '#d33', confirmButtonText: '<?php echo e(_lang('Yes Process')); ?>', cancelButtonText: $lang_cancel_button_text }).then((result) => { if (result.value) { window.location.href = link; } }); }); })(jQuery); </script> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/eliosofonline/public_html/resources/views/backend/guest/membership/index.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.97 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