@extends('layouts.app') @section('title', 'Organizations') @section('content')
@include('partials.alerts')| # | Organization | Contact | Users | Activity | Status | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $organization->id }} | {{ $organization->name }} {{ $modeLabel[$organization->business_mode] ?? $organization->business_mode }} · {{ $organization->created_at?->format('d/m/Y') }} | {{ $organization->email ?? '—' }} {{ $organization->phone }} | {{ $organization->users_count }} | {{ $online ? 'Online' : ($recent ? 'Today' : 'Offline') }} {{ $luC ? $luC->diffForHumans() : 'কখনো না' }} | @if ($organization->status) Active @elseif (get_organization_option('approval_pending', $organization->id, '0') === '1') Pending approval @else Suspended @endif | ||
| No organizations found. | |||||||