@extends('layouts.app') @section('title', 'User Management - eCards Accounting') @section('page-title', 'User Management') @section('page-actions') @endsection @section('content')
| Name | Role | Status | Created | Actions | |
|---|---|---|---|---|---|
|
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }}ID: #{{ $user->id }} |
{{ $user->email }} | {{ ucfirst($user->role) }} | {{ $user->is_active ? 'Active' : 'Inactive' }} | {{ $user->created_at->format('M d, Y') }} |
@if($user->id !== auth()->id())
@endif
|
Start by adding your first user