@extends('layouts.admin') @section('title') Partite giornata {{$day}} {{$type}} @stop @section('content')
{{csrf_field()}}
@foreach($games as $gg) @endforeach
Data In casa Trasferta Risultato
date))}}" class="form-control" style="width:100px;display:inline;"> {!!$gg->getHomeTeam()->name!!} {!!$gg->getAwayTeam()->name!!} @if($gg->home_team_id != NULL && $gg->away_team_id != NULL)  -  @if($gg->played) Elimina @endif @endif
Indietro
@stop