@extends('statepanel.layout.master') @section('content')
Region:
Create

Region Information :

@csrf
@if ($errors->has('district_name')) {{ $errors->first('district_name') }} @endif
@if ($errors->has('district_short_code')) {{ $errors->first('district_short_code') }} @endif
@endsection