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

Centros

@stop @section('content')

Crear Centro

@csrf
@error('cent_Denominacion') @enderror
@stop @section('css') @stop @section('js') @stop