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