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

Centros

@stop @section('content')

Editar Centro

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