| Receipt Number | Receipt Date | Donor Name | Amount | Action | |
|---|---|---|---|---|---|
| = $row['receipt_id']; ?> | = $row['receipt_number']; ?> | = date("d-m-Y", strtotime($row['receipt_date'])); ?> | = $row['doner_id'] === $DonorData->doner_id ? $DonorData->first_name . $DonorData->last_name : ''; ?> | = $row['amount']; ?> | " class="edit-button" title="Edit the Invoice"> " class="download-pdf-button" title="Download the Invoice"> |