@extends('superadmin.layout') @section('title', 'Organization') @section('content')

← All organizations @if ($dbExists) View users → @endif

{{ $tableCount }}
Tables in tenant DB
@if ($dbExists) present @else missing @endif
Tenant DB

Database {{ $db }}. Read-only metadata from nelara_master and information_schema; no tenant connection is opened.

@foreach ($columns as $col) @endforeach
FieldValue
{{ $col }} @php($val = $org->{$col} ?? null) @if (is_null($val) || $val === '') -- @else {{ \Illuminate\Support\Str::limit( (string) $val, 200) }} @endif
@endsection