@extends('admin.layouts.app') @section('title','Edit Donation — '.$donation->donation_id) @section('breadcrumb') / Donations / {{ $donation->donation_id }} / Edit @endsection @section('content')
{{ $donation->donation_id }} — {{ $donation->donor_name }}
Amount, donor, gateway and date cannot be changed here for financial-record integrity.