@extends('admin.layout') @section('title', 'Sporlar') @section('content') @php $appFilter = $appFilter ?? 'all'; @endphp
| Spor | Uygulama | Maç | Durum | |
|---|---|---|---|---|
|
@if($sport->cover_path)
{{ $sport->name }}
{{ \Illuminate\Support\Str::limit($sport->description ?: 'Açıklama yok', 80) }}
|
{{ ($sport->app ?? 'volleyball') === 'campus' ? 'Nova Kampüs' : 'Nova Spor Akademi' }} | {{ $sport->matches_count }} | {{ $sport->is_active ? 'Aktif' : 'Pasif' }} | |
| Spor dalı yok. | ||||