@foreach (config('enums.land_type') as $key => $land_type)
{{ $land_type }}
@endforeach
{{-- --}}
@foreach (config('enums.peer') as $key => $peer)
{{ $peer }}
@endforeach
@foreach (config('enums.clearence') as $key => $clearence)
{{ $clearence }}
@endforeach
@foreach (config('enums.land_state') as $key => $land_state)
{{ $land_state }}
@endforeach
@foreach (config('enums.infrastructure') as $key => $infrastructure)
{{ $infrastructure }}
@endforeach
@foreach (config('enums.general_properties_land') as $key => $general_properties_land)
{{ $general_properties_land }}
@endforeach