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

Baseline Records

@foreach ($incomes as $income) @endforeach
# Unit State District Block Panchayat Village Respondent application_code Update
{{ $loop->iteration }} {{ $income->unit->name ?? 'N/A' }} {{ $income->state->name ?? 'N/A' }} {{ $income->district->name ?? 'N/A' }} {{ $income->block->name ?? 'N/A' }} {{ $income->panchayat->name ?? 'N/A' }} {{ $income->village->name ?? 'N/A' }} {{ $income->name_of_respondent }} {{ $income->baseline->application_code ?? 'N/A' }} Member
@endsection