@extends('layouts.page') @section('title', 'Organizations') @section('content') @php $pageName = 'Organizations'; @endphp @include('session-message')
No organizations found.
| Name | Admin | Address | Status | |
|---|---|---|---|---|
| {{ $organization->name ?? 'No Name' }} | {{ $organization->email ?? 'No Email' }} | {{ $organization->admin ?? 'No Admin' }} | {{ $organization->address ?? 'No Address' }} | @if($organization->id !== 1) @else Active @endif @if($organization->admin === null) @endif |