@extends('layouts.app') @section('title','My Profile') @section('content')
Registered on {{ $profile->registration_date?->format('M d, Y') ?? $user->created_at->format('M d, Y') }}
Birthday: {{ $profile->birthday?->format('M d, Y') ?? 'Not recorded' }} | Hobby: {{ $profile->hobby ?? 'Not shared' }}
৳{{ number_format($stats['lastDonation'] ?? 0, 2) }}
৳{{ number_format($stats['totalAmount'],2) }}
{{ $stats['count'] }}
৳{{ number_format($stats['minimum'] ?? 0,2) }} / ৳{{ number_format($stats['maximum'] ?? 0,2) }}
| Amount | Method | Project | Status | Date |
|---|---|---|---|---|
| ৳{{ number_format($entry->amount, 2) }} | {{ $entry->method }} | {{ $entry->project?->title ?? 'General' }} | {{ ucfirst($entry->status) }} | {{ $entry->donated_at?->format('M d, Y') }} |
| No donations yet. | ||||