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