@extends('admin.layout') @section('title', 'Voleybol') @section('content')
| Maç | Tarih / Konum | Ücret | Kapasite | Durum | Skor | |
|---|---|---|---|---|---|---|
|
{{ $match->title }}
{{ $match->sport?->name ?: 'Spor' }}
· {{ $match->side_a_label }} — {{ $match->side_b_label }}
|
{{ $match->starts_at?->format('d.m.Y H:i') }}
{{ $match->location ?: 'Konum belirtilmedi' }}
|
{{ number_format((float)$match->entry_fee, 2, ',', '.') }} ₺ | {{ $match->active_players_count }} / {{ $match->capacity }} | {{ $match->status }} | {{ $match->home_score ?? '-' }} : {{ $match->away_score ?? '-' }} | @if(!in_array($match->status, ['completed', 'cancelled'])) @endif |
| Maç bulunamadı. | ||||||