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