Stripe Payment
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if (session('error'))
{{ session('error') }}
@endif @if (session('message'))
{{ session('message') }}
@endif
{{ csrf_field() }}
Card Number
CVV
Expiration Month
Expiration Year
Total:
{{ $default_currency->symbol }} {{ getAmount($fund->amount) }}
amount }}>
Pay ยป