@extends('layouts.app') @section('template_title') Update Ambiente @endsection @section('content')
@includeif('partials.errors')
Update Ambiente
{{ method_field('PATCH') }} @csrf @include('ambiente.form')
@endsection