@extends('layouts.app') @section('content')
View administrator information and access
{{ $adminUser->name }}
{{ $adminUser->email }}
@if($adminUser->admin_status === 'active') Active @elseif($adminUser->admin_status === 'suspended') Suspended @else Inactive @endif
@if($adminUser->isSuperAdmin()) Super Admin @else Admin @endif
{{ $adminUser->created_at->format('M d, Y h:i A') }}
@if($adminUser->admin_last_login) {{ $adminUser->admin_last_login->format('M d, Y h:i A') }} ({{ $adminUser->admin_last_login->diffForHumans() }}) @else Never logged in @endif
| Company Name | Status | Websites | Action | |
|---|---|---|---|---|
|
@if($company->logo)
{{ strtoupper(substr($company->name, 0, 1)) }}
@endif
{{ $company->name }}
|
{{ $company->email }} | @if($company->status === 'active') Active @elseif($company->status === 'suspended') Suspended @else Inactive @endif | {{ $company->websites->count() }} | View |
No companies assigned to this admin user
Assign Companies{{ $activity['action'] }}
{{ $activity['date']->format('M d, Y h:i A') }} ({{ $activity['date']->diffForHumans() }})