@extends('adminlte::page') @section('title', 'Nueva Cancha') @section('content_header')

Nueva Cancha

@stop @section('content')
@csrf
@error('nombre') {{ $message }} @enderror
Cancelar
@stop