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