{{ number_format($goal->progress_percentage ?? 0, 1) }}%
Tercapai
Rp {{ number_format(($goal->target_amount ?? 0) - ($goal->current_amount ?? 0), 0, ',', '.') }}
Sisa
{{ max(0, now()->diffInDays($goal->target_date)) }}
Hari Lagi
Rp {{ number_format(max(0, $dailyNeeded), 0, ',', '.') }}
Per Hari
{{ $contribution->amount > 0 ? 'Ditambahkan' : 'Dikurangi' }} Rp {{ number_format(abs($contribution->amount), 0, ',', '.') }}
{{ $contribution->created_at->format('d M Y, H:i') }}
Belum ada kontribusi