@extends('admin.layouts.app') @section('title', 'User Management') @section('page-title', 'User Management') @section('page-subtitle', 'Manage admin accounts and permissions') @section('content')
| User | Status | Actions | ||
|---|---|---|---|---|
|
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }} @if($user->id === auth('admin')->id()) You @endif {{ $user->email }} |
{{ $user->is_active ? 'Active' : 'Inactive' }} | |||
| No users found. | ||||