@extends('layouts.main') @section('title', 'Contribution Statistics') @section('breadcrumb')
The masjid (mosque) is an essential part of the spiritual and social fabric of a believing community. Those who maintain it and frequent it must possess certain qualities. The main aim of the masjid is to nurture pure individuals and the maintainers of the mosque must be people who nourish that growth.
| Category | Target Budget | Total Spent | Remaining | Progress |
|---|---|---|---|---|
| {{ $stat['title'] }} | {{ number_format($stat['target']) }} {{ $stat['currency'] }} | {{ number_format($stat['spent']) }} {{ $stat['currency'] }} | {{ number_format($stat['remaining']) }} {{ $stat['currency'] }} |
|
| Grand Total | {{ number_format($grandTarget) }} € | {{ number_format($grandSpent) }} € | {{ number_format($grandRemaining) }} € | @php $grandPercentage = $grandTarget > 0 ? ($grandSpent / $grandTarget) * 100 : 0; @endphp {{ number_format($grandPercentage, 1) }}% Used |