@extends('layouts.app') @section('title', 'Approval') @section('content')
Total Member
Total Savings
Active Member
Inactive Member
| Txn # | Name | Membership ID | Plan | Total Savings | Joined Date | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $sn++ }} | {{ $tx->fullname }} | {{ $tx->username }} | {{ strtoupper($tx->cooperativeRegistration?->plan) }} | {{ number_format($tx->savingWallet?->balance, 2) }} | {{ $tx->cooperativeRegistration?->created_at?->format('d M Y') }} | {{ $tx->status }} |