@extends('backend.layouts.main') @section('title') Edit State @endsection @section('content')

Edit State

@csrf @method('PUT') @include('backend.states.partials.form')
@endsection