@include('layouts.pdfHeader')
| Application Number | {{ $baseline->application_code ?? 'N/A' }} |
@if ($baseline->upload_respondent_photo && file_exists(public_path('storage/' . $baseline->upload_respondent_photo)))
|
|---|---|---|
| Name of TSF Operational Area/Unit | {{ $baseline->unit->name ?? 'N/A' }} | |
| State Name | {{ $baseline->state->name ?? 'N/A' }} | |
| Date of Survey | {{ \Carbon\Carbon::parse($baseline->date_of_survey)->format('d-m-Y') ?? 'N/A' }} | |
| Year of Baseline Survey | {{ $baseline->financialYear->name ?? 'N/A' }} | |
| District Name | {{ $baseline->district->name ?? 'N/A' }} | |
| lock Name | {{ $baseline->block->name ?? 'N/A' }} | |
| Panchayat Name | {{ $baseline->panchayat->name ?? 'N/A' }} | Respondent Photo |
| Village Name | {{ $baseline->village->name ?? 'N/A' }} | |
| WHS (Project Type) | {{ $baseline->projectType->name ?? 'N/A' }} | |
| Name of Respondent | {{ $baseline->name_of_respondent ?? 'N/A' }} | |
| Mobile Number | {{ $baseline->mobile_number ?? 'N/A' }} | |
| Alternate Mobile Number | {{ $baseline->alternet_mobile_number ?? 'N/A' }} | |
| Name | Age | Gender | Category | Education Level |
|---|---|---|---|---|
| {{ $member->name ?? 'N/A' }} | {{ $member->age ?? 'N/A' }} | {{ ucfirst($member->gender) ?? 'N/A' }} | {{ $member->category ?? 'N/A' }} | {{ $member->education_level ?? 'N/A' }} |
No family members recorded.
@endif| Plot/Khata | Type of Land | Total Area (Acre) | Irrigated Area (Acre) | Non-Irrigated Area (Acre) | Sources of Irrigation |
|---|---|---|---|---|---|
| {{ $land->plot_khata }} | {{ $land->land_type }} | {{ $land->area }} | {{ $land->irrigated_area }} | {{ $land->non_irrigated_area }} | @php $sources = is_array($land->irrigation_sources) ? $land->irrigation_sources : json_decode($land->irrigation_sources, true); @endphp @if (!empty($sources) && is_array($sources)) {{ implode(', ', array_filter($sources)) }} @else N/A @endif |
| Total Land: | {{ number_format($baseline->lands->sum('area'), 2) }} Acre | ||||
No land information available.
@endif| Type of Structure | Length (m) | Width (m) | Depth/Height (m) | Latitude | Longitude | Geotagged Pre-Photos |
|---|---|---|---|---|---|---|
| {{ $waterHarvesting->projectType->name ?? '-' }} | {{ $waterHarvesting->length ?? 'N/A' }} | {{ $waterHarvesting->width ?? 'N/A' }} | {{ $waterHarvesting->depth_or_height ?? 'N/A' }} | {{ number_format($waterHarvesting->latitude ?? 0, 6) }} | {{ $waterHarvesting->longitude !== null ? number_format($waterHarvesting->longitude, 6) : 'N/A' }} | @if ($waterHarvesting->geotagged_file) View Photo @else N/A @endif |
| Document Type | Status |
|---|---|
| Beneficiary Agreement | @if($baseline->documentUpload->beneficiary_agreement) Uploaded @else Not Uploaded @endif |
| Khata Document | @if($baseline->documentUpload->khata_document) Uploaded @else Not Uploaded @endif |
| Other Document | @if($baseline->documentUpload->other_document) Uploaded @else Not Uploaded @endif |
| Catchment Area (ha) | Land Slope | Geological Location | Hydrological Location | Distance from Drainage (m) | LULC |
|---|---|---|---|---|---|
| {{ $baseline->TechnicalFeasibility->catchment_area ?? 'N/A' }} | {{ $baseline->TechnicalFeasibility->land_slope ?? 'N/A' }} | {{ $baseline->TechnicalFeasibility->geological_location ?? 'N/A' }} | {{ $baseline->TechnicalFeasibility->hydrological_location ?? 'N/A' }} | {{ $baseline->TechnicalFeasibility->distance_from_drainage_line ?? 'N/A' }} | {{ ucfirst($baseline->TechnicalFeasibility->lulc) ?? 'N/A' }} |
| Total Score: | {{ $baseline->TechnicalFeasibility->technical_feasibility_score ?? '0.00' }} | ||||
| S.No | Name of Beneficiary | Category | Plot/Khata No. | Land Area (Acre) | Farmer Type | Potential Irrigation (Acre) |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ \Illuminate\Support\Str::title($group->name_of_beneficiary ?? 'N/A') }} | {{ $group->category ?? 'N/A' }} | {{ $group->plot_khata_no ?? 'N/A' }} | {{ number_format($landArea, 2) }} | @if($landArea > 0 && $landArea <= 2.5) Marginal Farmer @elseif($landArea > 2.5 && $landArea <= 5) Small Farmer @elseif($landArea > 5 && $landArea <= 10) Medium Farmer @elseif($landArea > 10) Big Farmer @else N/A @endif | {{ number_format($group->potential_irrigation ?? 0, 2) }} |
| Total Land (Acre) | {{ number_format($totalLand, 2) }} | |||||
| S.No | Season | Category | Crop | Area (Acre) | Production (Qtl) | Productivity | Market Rate (₹/Qtl) | Total Income (₹) | Cost of Cultivation (₹) | Net Income (₹) |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $crop->season->name ?? 'N/A' }} | {{ $crop->category->name ?? 'N/A' }} | {{ $crop->crop->name ?? 'N/A' }} | {{ $crop->cultivation ?? 'N/A' }} | {{ $crop->production ?? 'N/A' }} | {{ $crop->productivity ?? 'N/A' }} | ₹{{ number_format($crop->market_rate ?? 0, 2) }} | ₹{{ number_format($crop->total_income ?? 0, 2) }} | ₹{{ number_format($crop->cost ?? 0, 2) }} | ₹{{ number_format($crop->profit ?? 0, 2) }} |
| Total Net Income (₹) | {{ number_format($totalNetIncome, 2) }} | |||||||||
| S.No | Name of Livestock | Number | Purpose of Rearing | Total Income (₹) | Cost of Rearing (₹) | Net Income (₹) |
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $livestock->name ?? 'N/A' }} | {{ $livestock->number ?? 'N/A' }} | {{ $livestock->purpose_rearing ?? 'N/A' }} | {{ number_format($livestock->total_income ?? 0, 2) }} | {{ number_format($livestock->cost_rearing ?? 0, 2) }} | {{ number_format($netIncome, 2) }} |
| Total Net Income (₹) | {{ number_format($totalNetIncome, 2) }} | |||||
| S.No | Allied Sector | Annual Production | Unit of Measurement | Market Rate (₹) | Total Income (₹) | Annual Expenditure (₹) | Net Income (₹) |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $sector->sector_name ?? 'N/A' }} | {{ $sector->annual_production ?? 'N/A' }} | {{ $sector->unit_of_measurement ?? 'N/A' }} | {{ number_format($sector->market_rate ?? 0, 2) }} | {{ number_format($sector->total_income ?? 0, 2) }} | {{ number_format($sector->annual_expenditure ?? 0, 2) }} | {{ number_format($sector->net_income ?? 0, 2) }} |
| Total Net Income (₹) | {{ number_format($baseline->alliedsectors->sum('net_income'), 2) }} | ||||||
| Business Name | Entrepreneur Name | Persons Employed | Total Income | Annual Expenditure | Net Income | Registration Status |
|---|---|---|---|---|---|---|
| {{ $enterprise->business_name ?? 'N/A' }} | {{ $enterprise->entrepreneur_name ?? 'N/A' }} | {{ $enterprise->persons_employed ?? 'N/A' }} | {{ $enterprise->total_income ?? 'N/A' }} | {{ $enterprise->annual_expenditure ?? 'N/A' }} | {{ $enterprise->net_income ?? 'N/A' }} | {{ $enterprise->registration_status ?? 'N/A' }} |
| Total Net Income (₹) | {{ number_format($baseline->microEnterprises->sum('net_income'), 2) }} | |||||
| No. of Family Members | Working Days | Seasonal / Year-round | Distance from Home (km) | Wage Rate (₹) | Net Income (₹) |
|---|---|---|---|---|---|
| {{ $labor->no_of_family_members ?? 'N/A' }} | {{ $labor->working_days ?? 'N/A' }} | {{ $labor->seasonal_or_year_round ?? 'N/A' }} | {{ $labor->distance_from_home_km ?? 'N/A' }} | {{ number_format($labor->wage_rate ?? 0, 2) }} | {{ number_format($labor->net_income ?? 0, 2) }} |
| Total Net Income (₹) | {{ number_format($totalNetIncome, 2) }} | ||||
| Occupation | Source Type | No of Days Engagement | Member Involved | Annual Income (₹) |
|---|---|---|---|---|
| {{ $source->occupation ?? 'N/A' }} | {{ $source->source_type ?? 'N/A' }} | {{ $source->no_of_days_engagement ?? 'N/A' }} | {{ $source->member_involved ?? 'N/A' }} | {{ $source->annual_income ?? 'N/A' }} | @php $total_annual_income += $source->annual_income ?? 0; @endphp
| Total Income (₹) | {{ $total_annual_income }} | |||