@extends('layouts.app') @section('content')
{{-- HEADER --}}

Editar Área

← Volver
{{-- ERRORES --}} @if ($errors->any())
Ups... hubo errores:
@endif {{-- FORM --}}
@csrf @method('PUT') {{-- NOMBRE --}}
@error('nombre')

{{ $message }}

@enderror
{{-- DESCRIPCIÓN --}}
@error('descripcion')

{{ $message }}

@enderror
{{-- ESTADO --}}
{{-- BOTONES --}}
Cancelar
@endsection