@extends('layouts.admin') @section('title', 'Admin Team') @push('styles') @endpush @section('content')
Manage Tenseal staff accounts. Separate from customers — this is the team running the platform.
| Name | Role | Status | Joined | ||
|---|---|---|---|---|---|
| {{ $admin->name }} | {{ $admin->email }} | {{ $roles[$admin->role]['label'] ?? $admin->role }} | @if($admin->is_active ?? true) Active @else Inactive @endif | {{ $admin->created_at->format('M d, Y') }} | View |
No admin team members match these filters. | |||||