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