@extends('superadmin.layout') @section('title', 'Organizations') @section('content')
{{ $total }} {{ \Illuminate\Support\Str::plural('organization', $total) }}
in nelara_master (read-only).
| # | Name | Slug | Tenant DB | DB status | Created |
|---|---|---|---|---|---|
| {{ $r['id'] }} | {{ $r['name'] ?? '--' }} |
@if ($r['slug'])
{{ $r['slug'] }}
@else
--
@endif
|
@if ($r['db'])
{{ $r['db'] }}
@else
--
@endif
|
@if ($r['db'] === null) n/a @elseif ($r['db_ok']) present @else missing @endif | {{ $r['created'] ? \Illuminate\Support\Str::limit( (string) $r['created'], 16, '') : '--' }} |