@extends('layouts.app') @section('title', 'Client Groups Management') @section('content')
Total Groups
Active Groups
Group Clients
Total Group Savings
| GROUP CODE | GROUP INFORMATION | MEMBERS | MIN SAVINGS | STATUS | CREATED | ACTIONS |
|---|---|---|---|---|---|---|
|
{{ $group->code }}
|
{{ $group->name }}
{{ \Illuminate\Support\Str::limit($group->description, 50) }}
|
{{ $group->active_members_count }} members
|
${{ number_format($group->minimum_savings, 2) }}
|
@if($group->status == 'active') Active @else Inactive @endif |
{{ $group->created_at->format('M d, Y') }}
{{ $group->created_at->diffForHumans() }}
|
|
No groups foundGet started by creating your first client group. |
||||||