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

Edit Donation Plan

Back to Plans
@include('partials.alerts')
Plan Details
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
Interval cannot be changed after creation
Amount cannot be changed after creation
Currency cannot be changed after creation
@error('description')
{{ $message }}
@enderror
send_invoices) ? 'checked' : '' }}> Send email invoices to customers
send_sms) ? 'checked' : '' }}> Send SMS notifications to customers
Apply these changes to existing subscriptions
Cancel
@endsection