@extends('layouts.app') @section('title', 'Create District') @section('content')

Create New District

Add a new service district to the system

Back to Districts
District Information
@csrf
@error('name')
{{ $message }}
@enderror Enter the official district name
@error('province')
{{ $message }}
@enderror Select the province where this district is located
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush