@php $pegMapData = $water->pegs->map(function ($peg) { return [ 'id' => $peg->id, 'identifier' => $peg->identifier, 'description' => $peg->description, 'latitude' => $peg->latitude, 'longitude' => $peg->longitude, 'wraps' => $peg->wraps, 'boundary_geojson' => $peg->boundary_geojson, 'is_open' => $peg->is_open, 'closure_reason' => $peg->closure_reason, ]; })->values(); @endphp @push('styles') @endpush

Peg Boundary

Select a peg, draw or replace its boundary, and add facility pins for the whole water.

Wrap Guide
1 wrap = 12ft

Pegs

@foreach($water->pegs as $peg) @endforeach

Facilities

@csrf @method('PUT')
Back
@push('scripts') @endpush