@extends('admin.layout') @section('title', 'Gestión de Torneos - Admin OnAPB') @section('content')
| Nombre | Inicio | Fin | Equipos | Acciones |
|---|---|---|---|---|
| {{ $torneo->nombre }} | {{ $torneo->fecha_inicio ? $torneo->fecha_inicio->format('d/m/Y') : '—' }} | {{ $torneo->fecha_fin ? $torneo->fecha_fin->format('d/m/Y') : '—' }} | {{ $torneo->equipos_count }} | |
| No hay torneos creados. | ||||