@extends('blank') @section('content')
|
{{ $config->asociacion }}
{{-- {{ $config->fecha_fundacion }}
--}}
|
{{-- @if ($club->url_img)
@endif --}}
|
| N° | HORA | CATEGORÍA | EQUIPO "A" | VS | EQUIPO "B" | ÁRBITRO |
|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $item->hora }} | {{ $item->categoria->nombre }} {{ $item->categoria->genero }} | {{ $item->equipo_a->nombre }} | vs | {{ $item->equipo_b->nombre }} | {{ $item->arbitro->nombre }} |