Operations

Service Areas

Upload and manage municipal service area PDF maps to display on the public website.

View Public Page
@if($search) @endif
@if($search || $statusFilter) @endif
@forelse($areas as $area) @empty @endforelse
# Service Area / Map Name PDF Map Plan Status Actions
{{ $area->id }}
{{ $area->name }}
@if($area->pdf_path)
@else No PDF Uploaded @endif

No service area maps found.

Click "Add Service Area Map" above to enter a name and upload your PDF map plan.

@if($areas->hasPages())
{{ $areas->links() }}
@endif
@if($showForm)
{{ $editingId ? 'Edit Map' : 'Upload Map' }}

{{ $editingId ? 'Edit Service Area Map' : 'Add Service Area Map' }}

@error('name') {{ $message }} @enderror
@if($existingPdfPath)
@endif
Uploading PDF map...
@error('pdf') {{ $message }} @enderror
@endif @if($showPdfModal && $previewPdfUrl)
Service Area PDF Map Preview

{{ $previewAreaName }}

@endif