@extends('admin.layout') @section('title', 'Topluluklar') @section('content')
| Topluluk | Uygulama | Kategori | Üye | Kurucu | Durum | Kayıt | |
|---|---|---|---|---|---|---|---|
|
@if($community->logo_path)
{{ $community->name }}
{{ \Illuminate\Support\Str::limit($community->description ?: 'Açıklama yok', 80) }}
|
{{ \App\Support\NovaApp::label($community->app ?? 'zone') }} | {{ $community->category ?: 'Genel' }} | {{ $community->members_count }} | {{ $community->creator?->name ?? 'Sistem' }} | {{ $community->status }} | {{ $community->created_at?->format('d.m.Y') }} | |
| Topluluk bulunamadı. | |||||||