<x-pay-here-checkout-form | |
:payable="$payment" | |
success-url="{{ route('checkout.success') }}" | |
cancelled-url="{{ route('checkout.cancelled') }}" | |
form-class="bg-white rounded w-full shadow-sm px-6 pt-2" | |
> | |
<!-- form controllers --> | |
<x-pay-here-checkout-form /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment