@extends('layouts.admin') @section('title', 'Create Donation Plan') @section('content')

Create Donation Plan

Back to Plans
@include('partials.alerts')
Plan Details
@csrf
@error('name')
{{ $message }}
@enderror E.g., "Monthly Support", "Weekly Donation"
@error('interval')
{{ $message }}
@enderror How often donors will be charged
@error('amount')
{{ $message }}
@enderror
Amount to charge for each billing cycle
@error('invoice_limit')
{{ $message }}
@enderror Number of times to charge the customer (0 = unlimited)
@error('description')
{{ $message }}
@enderror Optional description for this donation plan
Send email invoices to customers
Send SMS notifications to customers
Cancel
@endsection