@extends('admin.layouts.app') @section('title', 'User Management') @section('subtitle', 'Manage treasurers and admin accounts') @section('topbar-actions') @endsection @push('styles') @endpush @section('content') {{-- Stats --}}
No users found.
| User | Phone | Role | Chapter | Joined | Actions |
|---|---|---|---|---|---|
|
@if($user->profile_image)
{{ strtoupper(substr($user->name, 0, 1)) }}
@endif
{{ $user->name }}
{{ $user->email }}
|
{{ $user->phone ?? '—' }} | {{ ucfirst($user->role) }} | {{ $user->chapter_name ?? '—' }} | {{ $user->created_at->format('d M Y') }} |
|