@extends('layouts.admin') @section('title', 'Add Zone') @section('page_title', 'Add Zone') @section('content')
Back to Zones

Add New Zone

@csrf
@error('name')

{{ $message }}

@enderror

Address Information

If this is a patrol zone, you can set the address of where the patrol vehicles normally reside.

Cancel
@push('scripts') @endpush @endsection