@extends('admin.layouts.app') @section('title', 'Maç İstatistikleri - CBL Admin Panel') @section('content')
Detaylı maç ve takım istatistikleri.
Henüz takım bulunmuyor
Henüz oyuncu bulunmuyor
@endforelseHenüz salon bulunmuyor
@endforelseMaç | Skor | Salon | Tarih | Sezon | İşlemler |
---|---|---|---|---|---|
{{ $match->evsahibi }} vs {{ $match->misafir }}
@if($match->stadium)
{{ $match->stadium->salon }} ({{ $match->stadium->adres }})
@else
Salon belirtilmemiş
@endif
|
{{ $match->evsahibiSkor ?? '-' }} - {{ $match->misafirSkor ?? '-' }}
|
@if($match->stadium)
{{ $match->stadium->salon }}
@else
-
@endif
|
{{ date('d.m.Y H:i', $match->tarih) }}
|
{{ $match->sezon }}
|