@extends('blank') @section('content')
{{ $config->asociacion }}
{{--
{{ $config->fecha_fundacion }}
--}}
{{-- @if ($club->url_img) @else @endif --}}
ROL OFICIAL DE PARTIDOS
LUGAR: {{ $lugar?$lugar->nombre:'-' }}
{{ $fecha }}
@foreach ($partidos as $item) @endforeach
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 }}
@endsection @section('scripts') @endsection