Squards Gym

Total Active Members

{{ $activeMembersCount }}

+40%

within the system

Total Inactive Members

{{ $inactiveMembersCount }}

+25%

within the system

Total Trainers

{{ $trainersCount }}

-12%

within the system

Total Payment Received

{{ $paymentsReceived }}

+19%

this month

New Members

{{ $newMembersCount }}

+40%

this month

Total CheckIns

{{ $checkinCount }}

+25%

today

Pending Payments

{{ $pendingPayments }}

-12%

this month
New Members
@foreach($newMembers as $member) @endforeach
{{ $member->name ?? '—' }}
{{ $member->address ?? '—' }}
{{ $member->mobile ?? '—' }}
{{ $member->email ?? '—' }}
{{ $member->join_date ?? '—' }}
@if($member->status == 1) Active @else Inactive @endif
Attendance
@foreach($attendances as $attendance) @endforeach
{{$attendance->member->name ?? '-'}}
{{$attendance->member->address ?? '-'}}
{{$attendance->member->mobile ?? '-'}}
{{$attendance->member->email ?? '-'}}
{{$attendance->checkin_time ?? '-'}}
{{$attendance->checkout_time ?? '-'}}