@extends('layouts.app') @section('title', 'Create District') @section('page-title', 'Create New District') @section('content')
Create New District
@csrf
@error('name')
{{ $message }}
@enderror
@error('code')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
Inactive districts cannot be used for new clients
Back to Districts
@endsection