@extends('admin.layout.app') @section('title') {{ __('Update') }} State @endsection @section('header')

Home - State Managment

@endsection @section('content')
{{ __('Edit ') }} State
@csrf {{ method_field('PATCH') }} @include('admin.state.form')
@endsection @section('script') @endsection