@extends('layouts.app') @section('template_title') Create Municipio @endsection @section('content')
@includeif('partials.errors')
Crear Municipio
@csrf @include('municipio.form')
@endsection