@extends('backend.layouts.app') @section('content')
Bangladesh Cultural & Social Society (BCSS)
{{ $card['title'] }}
Total Paid: {{ number_format($memberPaidFee, 2) }}
Pending: {{ number_format($memberUnpaidFee, 2) }}
Manage FeesGenerated: {{ $subscriptionGenerated }}
Unpaid: {{ $subscriptionUnpaid }}
View BillsIncome: {{ number_format($incomeTotal, 2) }}
Expense: {{ number_format($expenseTotal, 2) }}
Report| # | Member | Mobile | Status |
|---|---|---|---|
| {{ $key + 1 }} |
{{ $member->full_name }} {{ $member->cpr_number }} |
{{ $member->mobile }} | Pending |
| No pending members found. | |||
| Name | Mobile | Amount | Status |
|---|---|---|---|
|
{{ $donation->name }} {{ $donation->email }} |
{{ $donation->mobile }} | {{ number_format($donation->amount, 2) }} | {{ ucfirst($donation->status) }} |
| No donation requests found. | |||