@extends('admin.layouts.app') @section('title', 'Yorumlar - CBL Admin Panel') @section('breadcrumbs') Dashboard / Yorumlar @endsection @section('content')
Tüm yorumları yönetin ve filtreleyin.
Kategori | Onay bekleyen | Onaylanmış |
---|---|---|
Basından yorumları | {{ $commentStats['press']['pending'] }} yorum | {{ $commentStats['press']['approved'] }} yorum |
Haber yorumları | {{ $commentStats['news']['pending'] }} yorum | {{ $commentStats['news']['approved'] }} yorum |
Takım yorumları | {{ $commentStats['teams']['pending'] }} yorum | {{ $commentStats['teams']['approved'] }} yorum |
Oyuncu yorumları | {{ $commentStats['players']['pending'] }} yorum | {{ $commentStats['players']['approved'] }} yorum |
Maç yorumları | {{ $commentStats['matches']['pending'] }} yorum | {{ $commentStats['matches']['approved'] }} yorum |
Genel yorumlar | {{ $commentStats['general']['pending'] }} yorum | {{ $commentStats['general']['approved'] }} yorum |
ID | Kullanıcı | İçerik | Tip | Durum | Tarih | İşlemler |
---|---|---|---|---|---|---|
#{{ $comment->kyid }} |
{{ substr($comment->isim ?: 'A', 0, 1) }}
{{ $comment->isim ?: 'Anonim' }}
{{ $comment->unvan ?: '-' }}
|
{{ Str::limit($comment->yorum, 100) }}
|
@if($comment->takimID)
Takım
@elseif($comment->oyuncuID)
Oyuncu
@elseif($comment->macID)
Maç
@elseif($comment->haberID)
Haber
@elseif($comment->basindaID)
Basında
@else
Genel
@endif
|
@if($comment->onay == 1)
Onaylandı
@elseif($comment->onay == 0)
Onay Bekliyor
@else
Reddedildi
@endif
|
{{ date('d.m.Y H:i', $comment->tarih) }}
|
Seçilen kriterlere uygun yorum bulunamadı.