File manager - Edit - /home/linknsbh/cecil-hotel.net/platform/plugins/payment/resources/views/partials/form.blade.php
Back
@include('plugins/payment::partials.header') <div class="checkout-wrapper"> <div> <x-core::form :url="$action" class="payment-checkout-form" method="post" > <input name="name" type="hidden" value="{{ $name }}"> <input name="amount" type="hidden" value="{{ $amount }}"> <input name="currency" type="hidden" value="{{ $currency }}"> @if (isset($returnUrl)) <input name="return_url" type="hidden" value="{{ $returnUrl }}"> @endif @if (isset($callbackUrl)) <input name="callback_url" type="hidden" value="{{ $callbackUrl }}"> @endif {!! apply_filters(PAYMENT_FILTER_PAYMENT_PARAMETERS, null) !!} @include('plugins/payment::partials.payment-methods') {!! apply_filters(PAYMENT_FILTER_AFTER_PAYMENT_METHOD, null) !!} <x-core::button class="payment-checkout-btn" color="primary w-100" data-processing-text="{{ __('Processing. Please wait...') }}" data-error-header="{{ __('Error') }}" icon="ti ti-credit-card" > {{ __('Checkout') }} </x-core::button> </x-core::form> </div> </div> @include('plugins/payment::partials.footer')
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings