@php $records = collect($safcoRecords ?? []); @endphp
@foreach ($records as $record) @endforeach
CNIC Occupant Name Father Name District Tehsil Village Gender Status Disbursement Actions
{{ $record->cnic ?? '-' }} {{ $record->occupant_name ?? '-' }} {{ $record->father_name ?? '-' }} {{ $record->district ?? '-' }} {{ $record->tehsil ?? '-' }} {{ $record->village ?? '-' }} {{ $record->gender ?? '-' }} {{ $record->eng_status ?? '-' }} {{ $record->disbursement_status ?? '-' }}
{{-- MODAL --}}

Add SAFCO Record

@csrf {{-- SECTION 1: Personal Information --}}

Personal Information

Basic identity and contact details of the beneficiary.

{{-- CNIC --}}
{{-- Cell No --}}
{{-- SECTION 2: Location --}}

Location Details

Geographic and administrative location of the beneficiary.

{{-- SECTION 3: Land & Property --}}

Land & Property

Land ownership, hazard, and property details.

{{-- SECTION 4: Vulnerability --}}

Vulnerability Indicators

Social vulnerability and household status indicators.

{{-- SECTION 5: Status & Approval --}}

Status & Approval

Beneficiary selection, approval and disbursement status.

{{-- SECTION 6: Bank Details --}}

Bank Details

Bank account and financial information.

{{-- SECTION 7: VRC & Tranche --}}

VRC & Tranche Details

Village Reconstruction Committee and tranche release information.

{{-- SECTION 8: Construction Details --}}

Construction Details

Structural and construction quality information.