@extends('layouts.watershedMain') @section('main-container')

Edit Land Use Category

@csrf @method('PUT') {{-- LULC --}}

Slope Classes
@php $fields = [ 'slop_class_1_3', 'slop_class_3_8', 'slop_class_8_15', 'slop_class_gt_15' ]; @endphp @foreach($fields as $field)
@endforeach
@endsection