@extends('admin.layout.default') @section('content')
ID | Título | Partido | Tipo | Fecha | Marcador | MVP | Acciones |
---|---|---|---|---|---|---|---|
{{ $match->id }} | {{ $match->title }} | {{ $match->teamA->name }} vs {{ $match->teamB->name }} | {{ $match->type }} | {{ $match->date }} | {{ $match->score_a }} - {{ $match->score_b }} | {{ ($match->bestPlayer) ? $match->bestPlayer->name : ''}} |