@extends('admin.layout') @section('title', 'Preview Fixture — ' . $torneo->nombre) @section('content')
| Local | vs | Visitante | Fecha | Hora | Sede |
|---|---|---|---|---|---|
| {{ $p['nombre_local'] }} | 🆚 | {{ $p['nombre_visitante'] }} | {{ \Carbon\Carbon::parse($p['fecha_evento'])->format('d/m/Y') }} | {{ substr($p['hora_inicio'], 0, 5) }} | {{ $p['sede'] ?: '—' }} |