@extends('layout.default') @section('content') @foreach ($tournaments as $tournament)
| # | Home | Away | Venue | Referee | Date | Video | ||
|---|---|---|---|---|---|---|---|---|
| {{ $match->id }} | {{ $match->getHomeTeam()->getName() }} | {{ $match->score }} {{$match->half_score}} | {{ $match->getAwayTeam()->getName() }} | {{ $match->getDisplayName() }} | {{ $match->referee }} | {{ $match->getDisplayDate() }}@if ($match->getVideoUrl()) | Play@else | @endif |