@extends('admin.layout') @section('title', ($evento ? 'Editar' : 'Nuevo') . ' Evento - Admin OnAPB') @section('content')
@csrf @if($evento) @method('PUT') @endif
Si se deja en blanco, se generará automáticamente usando los nombres de los clubes. @error('nombre_evento')
{{ $message }}
@enderror
@if($evento) @endif @error('id_torneo')
{{ $message }}
@enderror
Solo obligatorio para torneos.
@if($evento) @endif
@if($evento) @endif
LOCAL
:
VISITANTE
@endsection @section('scripts') @endsection