@extends('layout.index') @section('title', 'Farmer Data') @section('content')
Country Name State Name District Name Block Name Village Name Brand Name Program Name Farmer Name Contact Number Age Id Proof Gender Qualification Marital Status Farmer Type Agriculture Irrigated Agriculture Flood Irrigated Agriculture Drip Sprinkler Irrigated Is Land Taken on Lease Agriculture Land Taken on Lease Is Land Given on Lease Agriculture Land Given on Lease Agriculture Rainfed Cotton Irrigated Cotton Flood Irrigated Cotton Drip Sprinkler Irrigated Is CottonLand Taken on Lease Cotton Land Taken on Lease Rainfed Cotton Land Taken on Lease Irrigated Is Cotton Land Given on Lease Cotton Land Given on Lease Cotton Rainfed Source of Irrigation Source of Irrigation Other Type of Soil Total Estimated Yield This Year Producer Group Name Producer Group Code
{{ $aData['countryName'] ?? '' }} {{ $aData['stateName'] ?? '' }} {{ $aData['districtName'] ?? '' }} {{ $aData['blockName'] ?? '' }} {{ $aData['villageName'] ?? '' }} {{ $aBrandsNames[$aData['brand_id']] ?? '' }} {{ $aProgramNames[$aData['program_id']] ?? '' }} {{ $aData['name'] .' ('. $aData['code'].')' ?? '' }} {{ $aData['contact_number'] ?? '' }} {{ $aData['age'] ?? '' }} {{ $aData['id_number'] ?? '' }} {{ $aData['gender'] ?? '' }} {{ $aData['qualification'] ?? '' }} {{ $aData['marital_status'] ?? '' }} {{ $aData['farmer_type'] ?? '' }} {{ $aData['agriculture_irrigated'] ?? '' }} {{ $aData['agriculture_flood_irrigated'] ?? '' }} {{ $aData['agriculture_drip_sprinkler_irrigated'] ?? '' }} {{ $aData['is_land_taken_on_lease'] ?? '' }} {{ $aData['agriculture_taken_lease'] ?? '' }} {{ $aData['is_land_given_on_lease'] ?? '' }} {{ $aData['agriculture_given_lease'] ?? '' }} {{ $aData['agriculture_rainfed'] ?? '' }} {{ $aData['cotton_irrigated'] ?? '' }} {{ $aData['cotton_flood_irrigated'] ?? '' }} {{ $aData['cotton_drip_sprinkler_irrigated'] ?? '' }} {{ $aData['is_cotton_land_taken_on_lease'] ?? '' }} {{ $aData['cotton_taken_lease_rainfed'] ?? '' }} {{ $aData['cotton_taken_lease_irrigated'] ?? '' }} {{ $aData['is_cotton_land_given_on_lease'] ?? '' }} {{ $aData['cotton_given_lease'] ?? '' }} {{ $aData['cotton_rainfed'] ?? '' }} {{ $aData['source_of_irrigation'] ?? '' }} {{ $aData['source_of_irrigation_other'] ?? '' }} {{ $aData['type_of_soil'] ?? '' }} {{ $aData['total_estimated_yield_this_year'] ?? '' }} {{ $aData['pgName'] ?? '' }} {{ $aData['pgCode'] ?? '' }}
@endsection