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

Ambientes

@stop @section('content')

Crear ambiente

{{-- mensaje de error de campos requeridos --}} {{-- @if ($errors->any())
Aviso importante! Algo anda mal..

@endif --}}
@csrf
@error('amb_Denominacion') @enderror
@error('amb_Cupo') @enderror
@error('Codigo_tipo') @enderror
@error('Codigo_estado') @enderror
@stop @section('css') {{-- --}} @stop @section('js') @endsection