@extends('layouts.grid') @section('content') {!! mb_strtoupper(trans('labels.players'), 'UTF-8') !!} @csrf PLAYER @foreach($teams as $team) {{ $team->team_code }} @endforeach @foreach ($players as $player) @if($counter == 10) PLAYER @foreach($teams as $team) {{ $team->team_code }} @endforeach @endif {{ $player->str_name }} {{ $player->classif_code }} @foreach($teams as $team) @endforeach @endforeach @endsection