Skip to content

Instantly share code, notes, and snippets.

View milroyfraser's full-sized avatar
👨‍💻
Coding

Milroy Fraser milroyfraser

👨‍💻
Coding
View GitHub Profile
<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>