@extends('layouts.app') @section('title', 'Detalle Partido - OnAPB') @section('content') @section('content')
{{ $evento->sede ?? 'Sede a confirmar' }}
@if($evento->precio > 0) ${{ number_format($evento->precio, 0, ',', '.') }} / entrada @else FREE / asociados @endif
@if($evento->estado !== 'Finalizado') @if($isUser) VER MIS REGISTROS @elseif(!$isAdmin) @endif @endif @if($isAdmin) @endif