{{-- DONORS INDEX --}} @extends('admin.layouts.app') @section('title','Donors') @section('breadcrumb') / Donors @endsection @section('content')
Complete donor registry with donation history
| S.N. | Donor ID | Name | Mobile | Total Donations | Last Donation | Count | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ ($donors->currentPage()-1)*$donors->perPage()+$i+1 }} | {{ $donor->donor_id }} |
{{ $donor->name }}
@if($donor->father_name)
S/o {{ $donor->father_name }}
@endif
|
{{ $donor->mobile }} | {{ $donor->email ?? '—' }} | ₹{{ number_format($donor->total_donations,2) }} | {{ $donor->last_donation_date?->format('d M Y') ?? '—' }} | {{ $donor->donation_count }} times | |
| No donors found | ||||||||