{{-- resources/views/landscape/area/edit.blade.php --}} @extends('layouts.app') @section('content')
Edit Landscape Area
@csrf
{{-- Area Code --}}
{{-- Area Name --}}
{{-- Area Type --}}
{{-- Area Size --}}
{{-- Size Unit --}}
{{-- Status --}}
{{-- Location --}}
{{-- Start Date --}}
{{-- End Date --}}
{{-- Description --}}
{{-- Submit Button --}}
Back
@endsection