@extends('layouts.admin') @section('title','Wall of Fame') @section('page-title','🏆 Wall of Fame') @section('content')
| Name | Type | Amount | Date | ||
|---|---|---|---|---|---|
| {{ $e->anonymous ? 'Anonymous' : $e->name }} | {{ ucfirst($e->type) }} | ${{ number_format($e->amount,2) }} | {{ $e->donation_date ? $e->donation_date->format('d M Y') : '—' }} | ||
| No entries yet | |||||