@foreach($games as $game)

{{$game->status}} @if($game->status_time) {{$game->status_time}} @endif

@include('pages.partials.homepage-team',['team'=>$game->away_team,'score'=>$game->away_team_score])
@include('pages.partials.homepage-team',['team'=>$game->home_team,'score'=>$game->home_team_score])
@endforeach