@extends('layouts.app') @section('title', 'Create Zone') @section('page-title', 'Create New Zone') @section('content')
Create New Zone
@csrf
@error('name')
{{ $message }}
@enderror
Zone code will be automatically generated (e.g., ZN0001, ZN0002)
@error('description')
{{ $message }}
@enderror
@error('branch_id')
{{ $message }}
@enderror
Select the branch this zone belongs to
Inactive zones cannot be used for new sub zones
Back to Zones
@endsection