@extends('layouts.admin') @section('title') Risultati @stop @section('content')
| Squadra | Punti | PG | V | N | P | GF | GS | DR |
|---|---|---|---|---|---|---|---|---|
| {{$r["team"]}} | {{$r["POINTS"]}} | {{$r["PG"]}} | {{$r["V"]}} | {{$r["N"]}} | {{$r["P"]}} | {{$r["GF"]}} | {{$r["GS"]}} | {{$r["DR"]}} |
| Data | In casa | Trasferta | Risultato |
|---|---|---|---|
| {{date("d/m/Y", strtotime($gg->date))}} | {!!$gg->getHomeTeam()->name!!} | {!!$gg->getAwayTeam()->name!!} | @if($gg->played) {{$gg->home_goals}} - {{$gg->away_goals}} @endif |