@extends('layouts.grid') @section('content') Team composition @foreach ($teams as $team) {{ $team->team_name }} @foreach ($team->players as $player) {{ $player->str_name }} {{ $player->id }} {{ $player->classif_code }} {{ $player->classif_value }} @endforeach {{ $team->div_name }} [{{ $team->team_min }}-{{ $team->team_avg }}] @endforeach @endsection