[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: buttons.blade.php
<!--check list - select gateway--> <div class="p-t-25 invoice-pay text-right hidden" id="invoice-pay-container"> <div class="x-title" id="invoice-pay-title-select-method">{{ cleanLang(__('lang.select_payment_method')) }}</div> <div class="x-options" id="invoice-pay-options-container"> <!--stripe--> @if(config('system.settings_stripe_status') == 'enabled') <div class="x-checkbox"> <label class="x-label">{{ config('system.settings_stripe_display_name') }}</label> <input name="group5" type="radio" id="radio_payment_stripe" data-gateway-id="gateway-stripe" data-url="{{ url('invoices/'.$bill->bill_invoiceid.'/stripe-payment') }}" class="invoice-pay-gateway-selector with-gap radio-col-green"> <label for="radio_payment_stripe"> </label> </div> @endif <!--razorpay--> @if(config('system.settings_razorpay_status') == 'enabled') <div class="x-checkbox"> <label class="x-label">{{ config('system.settings_razorpay_display_name') }}</label> <input name="group5" type="radio" id="radio_payment_razorpay" data-gateway-id="gateway-razorpay" data-url="{{ url('invoices/'.$bill->bill_invoiceid.'/razorpay-payment') }}" class="invoice-pay-gateway-selector with-gap radio-col-green"> <label for="radio_payment_razorpay"> </label> </div> @endif <!--paypal--> @if(config('system.settings_paypal_status') == 'enabled') <div class="x-checkbox"> <label class="x-label">{{ config('system.settings_paypal_display_name') }}</label> <input name="group5" type="radio" id="radio_payment_paypal" data-gateway-id="gateway-paypal" data-url="{{ url('invoices/'.$bill->bill_invoiceid.'/paypal-payment') }}" class="invoice-pay-gateway-selector with-gap radio-col-green"> <label for="radio_payment_paypal"> </label> </div> @endif <!--mollie--> @if(config('system.settings_mollie_status') == 'enabled') <div class="x-checkbox"> <label class="x-label">{{ config('system.settings_mollie_display_name') }}</label> <input name="group5" type="radio" id="radio_payment_mollie" data-gateway-id="gateway-mollie" data-button-id="gateway-mollie" data-url="{{ url('invoices/'.$bill->bill_invoiceid.'/mollie-payment') }}" class="invoice-pay-gateway-selector with-gap radio-col-green"> <label for="radio_payment_mollie"> </label> </div> @endif <!--tap--> @if(config('system.settings2_tap_status') == 'enabled') <div class="x-checkbox"> <label class="x-label">{{ config('system.settings2_tap_display_name') }}</label> <input name="group5" type="radio" id="radio_payment_tap" data-gateway-id="gateway-tap" data-button-id="gateway-tap" data-url="{{ url('invoices/'.$bill->bill_invoiceid.'/tap-payment') }}" class="invoice-pay-gateway-selector with-gap radio-col-green"> <label for="radio_payment_tap"> </label> </div> @endif <!--paystack--> @if(config('system.settings2_paystack_status') == 'enabled') <div class="x-checkbox"> <label class="x-label">{{ config('system.settings2_paystack_display_name') }}</label> <input name="group5" type="radio" id="radio_payment_paystack" data-gateway-id="gateway-paystack" data-button-id="gateway-tap" data-url="{{ url('invoices/'.$bill->bill_invoiceid.'/paystack-payment') }}" class="invoice-pay-gateway-selector with-gap radio-col-green"> <label for="radio_payment_paystack"> </label> </div> @endif <!--bank--> @if(config('system.settings_bank_status') == 'enabled') <div class="x-checkbox"> <label class="x-label">{{ config('system.settings_bank_display_name') }}</label> <input name="group5" type="radio" id="radio_payment_bank" data-gateway-id="gateway-bank" class="invoice-pay-gateway-selector with-gap radio-col-green"> <label for="radio_payment_bank"> </label> </div> @endif </div> <!--PAYMENT BUTTONS--> <div id="invoice-paynow-buttons-wrapper"> <div class="x-title hidden p-b-20" id="invoice-pay-title-complete-payment"> {{ cleanLang(__('lang.complete_your_payment')) }} </div> <div id="invoice-paynow-buttons-container"> <!--please wait--> @include('pages.pay.pleasewait') <!--payment details - bank--> @if(config('system.settings_bank_status') == 'enabled') @include('pages.pay.bank') @endif </div> </div> </div>
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