@extends('layouts.app', ['class' => 'g-sidenav-show bg-grad']) @section('content')

Select State and District

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