Stripe Payment

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}
Total: {{ $default_currency->symbol }} {{ getAmount($fund->amount) }} amount }}>