@extends('layouts.app') @section('template_title') Create Ambiente @endsection @section('content')
@includeif('partials.errors')
Create Ambiente
@csrf @include('ambiente.form')
@endsection