@extends('superadmin.layout') @section('title', 'Organization') @section('content')
← All organizations @if ($dbExists) View users → @endif
Database {{ $db }}. Read-only metadata from
nelara_master and information_schema;
no tenant connection is opened.
| Field | Value |
|---|---|
| {{ $col }} |
@php($val = $org->{$col} ?? null)
@if (is_null($val) || $val === '')
--
@else
{{ \Illuminate\Support\Str::limit(
(string) $val, 200) }}
@endif
|