@extends('adminlte::page') @section('title', 'Organizations') @include('partials.ui-polish') @section('content_header')
| Organization | Plan | Subscription | Billing | Modules | Users | NGO Admins | Action |
|---|---|---|---|---|---|---|---|
|
{{ $organization->name }}
{{ $organization->slug }}
@if($organization->contact_email)
· {{ $organization->contact_email }}
@endif
|
{{ $organization->plan }} |
{{ $organization->subscription_status }}
@if($organization->subscription_ends_at)
Ends {{ $organization->subscription_ends_at->format('M d, Y') }}
@endif
|
{{ $organization->billing_status }} | @php($activeModuleCount = $organization->modules->filter(fn ($module) => in_array($module->pivot->status, ['Active', 'Trial'], true))->count()) {{ $activeModuleCount }} / {{ $moduleCatalog->count() }} | {{ $organization->users_count }} |
{{ $organization->ngoAdmins->count() }}
@if($organization->ngoAdmins->isNotEmpty())
{{ $organization->ngoAdmins->pluck('name')->take(2)->join(', ') }}
@else
No admin assigned
@endif
|
|
| No organizations found. | |||||||
| Name | Status | Password | Action | |
|---|---|---|---|---|
| @if($admin->locked_at) Locked @else Active @endif @if($admin->force_password_reset) Reset required @endif | ||||
| No NGO Admin account assigned yet. | ||||