@extends('layouts.admin-club') @section('club-admin-content')
Manage club staff roles and access
| Staff Member | Role | Added | Actions |
|---|---|---|---|
|
@if($staff->user->profile_picture)
{{ strtoupper(substr($staff->user->full_name ?? 'S', 0, 1)) }}
@endif
{{ $staff->user->full_name ?? 'N/A' }} {{ $staff->user->email ?? '' }} |
@if($staff->role === 'admin') Admin @elseif($staff->role === 'instructor') Instructor @else {{ ucfirst($staff->role) }} @endif | {{ $staff->created_at ? $staff->created_at->format('M d, Y') : 'N/A' }} |
|
Add staff members and assign roles
Full access to all club settings, members, and financials
Can manage activities, view members, and track attendance
Limited access to member check-in and basic operations