@extends('layouts.admin') @section('title', 'Edit State') @section('content')

Edit State

@method('put') @include('admin.states.form')
@endsection