Front Office Dashboard

Welcome back, {{ auth()->user()->full_name }}! Assist members and manage applications.

{{ number_format($stats['pending_memberships']) }}

Pending Applications

Process Now

{{ number_format($stats['total_members']) }}

Active Members

View Members

{{ number_format($stats['branch_members']) }}

Your Branch Members

Manage

{{ number_format($stats['pending_transactions']) }}

Pending Transactions

Process

Recent Membership Applications

@forelse($stats['recent_applications'] as $application) @empty @endforelse
Applicant Phone ID Number Status Applied Date Actions
{{ $application->user->full_name ?? 'N/A' }} {{ $application->user->phone_number ?? 'N/A' }} {{ $application->user->id_number ?? 'N/A' }} {{ ucfirst($application->status) }} {{ $application->created_at->format('M d, Y') }} @if($application->status == 'pending') Review @else View @endif
No recent applications

Communication Center

Today's Summary

{{ rand(5, 15) }}

Applications Processed

{{ rand(10, 25) }}

Member Inquiries

{{ rand(3, 8) }}

Pending Tasks

{{ rand(1, 5) }}

Escalations