Plan: {{ $boundary->north_construction_plan ?? '-' }}
Name: {{ $boundary->north_name ?? '-' }}
Previous Floors: {{ $boundary->north_previous_floors ?? '-' }}
Previous Distance: {{ $boundary->north_previous_distance ?? '-' }}
New Distance: {{ $boundary->north_new_distance ?? '-' }}
Plan: {{ $boundary->south_construction_plan ?? '-' }}
Name: {{ $boundary->south_name ?? '-' }}
Previous Floors: {{ $boundary->south_previous_floors ?? '-' }}
Previous Distance: {{ $boundary->south_previous_distance ?? '-' }}
New Distance: {{ $boundary->south_new_distance ?? '-' }}
Plan: {{ $boundary->east_construction_plan ?? '-' }}
Name: {{ $boundary->east_name ?? '-' }}
Previous Floors: {{ $boundary->east_previous_floors ?? '-' }}
Previous Distance: {{ $boundary->east_previous_distance ?? '-' }}
New Distance: {{ $boundary->east_new_distance ?? '-' }}
Plan: {{ $boundary->west_construction_plan ?? '-' }}
Name: {{ $boundary->west_name ?? '-' }}
Previous Floors: {{ $boundary->west_previous_floors ?? '-' }}
Previous Distance: {{ $boundary->west_previous_distance ?? '-' }}
New Distance: {{ $boundary->west_new_distance ?? '-' }}