Create, edit, suspend organizations and manage their users and courses.
| Organization | Type | Plan | Status | Users | Courses | Actions |
|---|---|---|---|---|---|---|
|
{{ $org['name'] }}
ID: {{ Str::limit($org['id'], 8) }}
|
@if($org['type']) {{ str_replace('-', ' ', ucfirst($org['type'])) }} @else — @endif | @if($org['plan']) {{ ucfirst($org['plan']) }} @else — @endif | @php $sColor = $statusColors[$org['status'] ?? ''] ?? 'bg-gray-100 text-gray-600'; @endphp {{ ucfirst($org['status'] ?? 'unknown') }} | {{ $org['users_count'] }} | {{ $org['courses_count'] }} |
@if(($org['status'] ?? '') === 'suspended')
@else
@endif
|
|
No organizations found. |
||||||
Name
{{ $viewOrg['name'] }}
Type
{{ $viewOrg['type'] ? str_replace('-', ' ', ucfirst($viewOrg['type'])) : '—' }}
Plan
@if($viewOrg['plan']){{ ucfirst($viewOrg['plan']) }}@else —@endifStatus
@php $oColor = $statusColors[$viewOrg['status'] ?? ''] ?? 'bg-gray-100 text-gray-600'; @endphp{{ ucfirst($viewOrg['status']) }}Created
{{ $viewOrg['created_at'] }}
No users assigned.
@endifNo courses found.
@endifYou are about to suspend:
{{ $suspendOrgName }}
@if($suspendCoursesCount > 0)
All users under this organization will lose access to its resources.