@extends('layouts.admin') @section('title', 'Staff Management') @section('page-title', 'Staff Management') @section('content')
Manage your staff accounts
| Username | Role | Created At | Actions |
|---|---|---|---|
|
{{ strtoupper(substr($member->username, 0, 1)) }}
{{ $member->username }}
|
{{ ucfirst($member->role) }} | {{ $member->created_at->format('M d, Y') }} | Edit |