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

Add District (जिल्हा जोडा)

@csrf
@error('state')
{{$message}}
@enderror
@error('district_name')
{{$message}}
@enderror
@error('district_initial')
{{$message}}
@enderror
@endsection