@extends('layouts.app') @section('title','Make a Donation') @section('content')

One-Time & Regular Donations

Select a project, amount, and payment channel; regular donations can be set from your profile.

@csrf
Payment Channels
@foreach($gateways as $gateway)
{{ $gateway->name }}

{{ $gateway->account_name }}

{{ $gateway->account_number }}

{{ $gateway->instructions }}
@endforeach
@endsection