@extends('layouts.admin.app') @section('content')

Edit State

@include('common.message')
@csrf

state_name)value="{{$state->state_name}}" @endif placeholder="Enter State Name">
Back
@section('admin-js') @endsection @endsection