{{ __('messages.Total Users') }}
{{ number_format($totalUsers, 0, '.', ',') }}
{{--
Increased by 12%
--}}
{{ __('messages.Total Donation') }}
{{ number_format( $totalDonationCount, 0, '.', ',') }}
{{--
Increased by 8%
--}}
Conversion Rate
3.2%
{{--
Decreased by 0.8%
--}}
{{ __('messages.Total Donation Amount') }}
{{ number_format($totalDonationAmount, 0, '.', ',') }}
{{--
Increased by 5.4%
--}}

{{ __('messages.Latest donations') }}

@if( sizeof($donations) > 0 ) @foreach($donations as $donation) @php $name = trim($donation->donor_name ?? ''); $initials = collect(explode(' ', $name)) ->filter() ->map(fn($part) => mb_strtoupper(mb_substr($part, 0, 1))) ->take(2) ->join(''); // deterministic color from name (md5 -> first 6 hex chars) $bgColor = $name ? '#'.substr(md5($name), 0, 6) : '#6b7280'; @endphp

{{ $donation->donor_name ?? 'Anonymous' }}

Donated ৳{{ number_format($donation->amount, 2) }} to "{{ $donation->product->name ?? 'N/A' }}"

@endforeach @else

No recent activity found.

@endif

Your Projects

  • Website Redesign

    Due in 3 days

    65% complete
  • Mobile App

    Due in 1 week

    40% complete
  • Marketing Campaign

    Due in 2 weeks

    15% complete