View pay-here checkout-form-example
<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 /> |