[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: packages.blade.php
@extends('layouts.guest') @section('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>{{ _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>{{ _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>{{ _lang('Lifetime') }}</b></label> </div> </div> @foreach($packages as $package) <div class="col-lg-4 mb-5 {{ $package->package_type }}-plan"> <div class="pricing-plan popular h-100 {{ $package->package_type == 'monthly' ? 'wow' : '' }} animate__zoomIn" data-wow-delay=".6s"> <div class="pricing-plan-header"> @if($package->is_popular == 1) <span>{{ _lang('Most popular') }}</span> @endif <h5>{{ $package->name }}</h5> @if($package->discount > 0) <p class="d-inline-block mb-4"> <small><del>{{ decimalPlace($package->cost, currency_symbol()) }}</del></small> <span class="bg-info d-inline-block text-white px-3 py-1 rounded-pill ms-1">{{ $package->discount.'% '._lang('Discount') }}</span> </p> <h4><span>{{ decimalPlace($package->cost - ($package->discount / 100) * $package->cost, currency_symbol()) }}</span> / {{ ucwords($package->package_type) }}</h4> @else <h4><span>{{ decimalPlace($package->cost, currency_symbol()) }}</span> / {{ ucwords($package->package_type) }}</h4> @endif @if($package->trial_days > 0) <h6 class="mt-2 text-danger">{{ $package->trial_days.' '._lang('Days Free Trial') }}</h6> @else <h6 class="mt-2 text-dark">{{ _lang('No Trial Available') }}</h6> @endif </div> <div class="pricing-plan-body"> <ul> <li><i class="fas fa-check-circle text-success mr-2"></i>{{ str_replace('-1',_lang('Unlimited'), $package->business_limit).' '._lang('Business Account') }}</li> <li><i class="fas fa-check-circle text-success mr-2"></i>{{ str_replace('-1',_lang('Unlimited'), $package->user_limit).' '._lang('System User') }}</li> <li><i class="fas fa-check-circle text-success mr-2"></i>{{ str_replace('-1',_lang('Unlimited'), $package->invoice_limit).' '._lang('Invoice') }}</li> <li><i class="fas fa-check-circle text-success mr-2"></i>{{ str_replace('-1',_lang('Unlimited'), $package->quotation_limit).' '._lang('Quotation') }}</li> <li><i class="{{ $package->recurring_invoice == 0 ? 'fas fa-times-circle text-danger' : 'fas fa-check-circle text-success' }} mr-2"></i>{{ _lang('Recurring Invoice') }}</li> <li><i class="{{ $package->payroll_module == 0 ? 'fas fa-times-circle text-danger' : 'fas fa-check-circle text-success' }} mr-2"></i>{{ _lang('HR & Payroll Module') }}</li> <li><i class="fas fa-check-circle text-success mr-2"></i>{{ str_replace('-1',_lang('Unlimited'), $package->customer_limit).' '._lang('Customer Account') }}</li> <li><i class="bi {{ $package->invoice_builder == 0 ? 'fas fa-times-circle text-danger' : 'fas fa-check-circle text-success' }} mr-2"></i>{{ _lang('Invoice Template Builder') }}</li> <li><i class="bi {{ $package->online_invoice_payment == 0 ? 'fas fa-times-circle text-danger' : 'fas fa-check-circle text-success' }} mr-2"></i>{{ _lang('Accept Online Payment') }}</li> </ul> <form action="{{ route('membership.choose_package') }}" method="post"> @csrf <input type="hidden" name="package_id" value="{{ $package->id }}"> <button type="submit" class="btn btn-primary btn-block mt-4">{{ _lang('Select Package') }}</button> </form> </div> </div> </div> @endforeach </div> </div> @endsection
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.84 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