This is just simple donation web with Midtrans.
| ID | Donor Name | Amount | Donation Type | Status | Pay |
|---|---|---|---|---|---|
{{ $donation->id }} |
{{ $donation->donor_name }} | Rp. {{ number_format($donation->amount) }},- | {{ ucwords(str_replace('_', ' ', $donation->donation_type)) }} | {{ ucfirst($donation->status) }} | @if ($donation->status == 'pending') @endif |
| {{ $donations->links() }} | |||||