@extends('admin.layout') @section('title', 'Topluluklar') @section('content')

Topluluklar

Toplulukları arayın, listeleyin ve düzenleyin.
+ Yeni Topluluk
@if($search !== '') Temizle @endif
@forelse($communities as $community) @empty @endforelse
ToplulukUygulamaKategoriÜyeKurucuDurumKayıt
@if($community->logo_path) @endif
{{ $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') }}
Düzenle
@csrf @method('DELETE')
Topluluk bulunamadı.
@endsection