Community land and grazing routes

Sub-registry for farmer community land, grazing corridors, waterbody and forest boundaries (Framework UC5).

@if(empty($communityGrazingBoundaries) || $communityGrazingBoundaries->isEmpty())

No community or grazing boundaries recorded. Set Boundary sub-type on a boundary to list it here.

Use the Boundaries section to search; add sub-type via Security and jurisdiction tab on a boundary.

@else
@foreach($communityGrazingBoundaries as $b) @endforeach
Boundary number Name Sub-type States Disputes Actions
{{ $b->boundary_number }} {{ $b->name }} {{ $b->boundary_sub_type ? str_replace('_', ' ', $b->boundary_sub_type) : '—' }} {{ $b->state_a }} / {{ $b->state_b }} {{ $b->disputes->count() }} View
@endif