@extends('layouts.master') @section('body')

Edit District (जिल्हा संपादित करा)

@csrf
Select State (राज्य निवडा)*
@error('state')
{{$message}}
@enderror
@error('district_name')
{{$message}}
@enderror
@error('district_initial')
{{$message}}
@enderror
@endsection