@extends('admin.layouts.app') @section('title', 'Dashboard - CBL Admin Panel') @section('content')
CBL Admin Panel'e hoş geldiniz. Bugün neler yapmak istiyorsunuz?
Toplam Maç
{{ $stats['total_matches'] ?? 0 }}
Toplam Takım
{{ $stats['total_teams'] ?? 0 }}
Toplam Oyuncu
{{ $stats['total_players'] ?? 0 }}
Toplam Yazı
{{ $stats['total_articles'] ?? 0 }}
{{ $activity['description'] }}
{{ $activity['date'] }}
Henüz aktivite bulunmuyor
Ev Sahibi | Skor | Deplasman | Çeyrekler | MVP | Tarih | Durum |
---|---|---|---|---|---|---|
@if($match['homeTeam']['logo'])
{{ $match['homeTeam']['name'] ?? 'Bilinmeyen' }}
|
{{ $match['home_score'] ?? '-' }} - {{ $match['away_score'] ?? '-' }}
|
@if($match['awayTeam']['logo'])
{{ $match['awayTeam']['name'] ?? 'Bilinmeyen' }}
|
Q1:
{{ $match['quarters']['q1']['home'] > 0 ? $match['quarters']['q1']['home'] : '-' }} - {{ $match['quarters']['q1']['away'] > 0 ? $match['quarters']['q1']['away'] : '-' }}
Q2:
{{ $match['quarters']['q2']['home'] > 0 ? $match['quarters']['q2']['home'] : '-' }} - {{ $match['quarters']['q2']['away'] > 0 ? $match['quarters']['q2']['away'] : '-' }}
Q3:
{{ $match['quarters']['q3']['home'] > 0 ? $match['quarters']['q3']['home'] : '-' }} - {{ $match['quarters']['q3']['away'] > 0 ? $match['quarters']['q3']['away'] : '-' }}
Q4:
{{ $match['quarters']['q4']['home'] > 0 ? $match['quarters']['q4']['home'] : '-' }} - {{ $match['quarters']['q4']['away'] > 0 ? $match['quarters']['q4']['away'] : '-' }}
|
{{ $match['mvp'] }} | {{ $match['match_date'] ? $match['match_date']->format('d.m.Y H:i') : 'Belirtilmemiş' }} | @if($match['status'] == 'finished') Tamamlandı @elseif($match['status'] == 'live') Canlı @else Planlandı @endif |
Henüz Maç Bulunmuyor
Maç Ekle
|