@extends('admin.layout') @section('title', ($torneo ? 'Editar' : 'Nuevo') . ' Torneo - Admin OnAPB') @section('content')
| Club | Categoría Base | Grupo en Torneo | Acciones |
|---|---|---|---|
| {{ $te->club->nombre }} | {{ $te->categoria }} {{ $te->division }} | @if($te->pivot->grupo) {{ $te->pivot->grupo }} @else Usar Base @endif | |
| No hay equipos asignados a este torneo. | |||