@extends('layouts.app') @section('title', 'Staff Users') @section('page_header', 'System Staff & Administrator Accounts') @section('content')
Add staff coordinators or super administrator accounts
| User Name | Email Address | Role | Created Date | Actions |
|---|---|---|---|---|
| {{ $user->name }} | {{ $user->email }} | @if($user->isSuperAdmin()) 👑 Super Admin @else 👤 Staff Coordinator @endif | {{ $user->created_at->format('d M Y') }} | @if($user->id !== Auth::id()) @endif |