@include('layouts.header', ['title' => 'Annexure-II Existing PAP'])
@include('layouts.navbar') @include('layouts.sidebar')

{{ isset($annexuretwoData) ? 'Edit' : 'Update' }} FLGRC Existing PAP

@csrf @if (isset($annexuretwoData)) @method('PUT') @endif
{{-- Survey Dropdown --}}
@error('survey_id') {{ $message }} @enderror
{{-- Survey Details Table & Conditional Fields --}}
Sl. No. Map No. Structure ID Occupant Name Affected Area Property Type
{{-- Eligibility Status --}}
{{-- Action Dropdown --}}
{{-- Change Structure Type Fields --}}

@include('layouts.footer')