@extends('layouts.app') @section('title', 'Dashboard') @section('content')
Clear Filters Back

Anexure List One

@csrf @foreach($data as $farmer) @endforeach @foreach($data as $farmer_first_name) @endforeach @foreach($data as $farmer_last_name) @endforeach @foreach($data as $father_name) @endforeach @foreach($data as $farmer_village) @endforeach @foreach($data as $farmer_state) @endforeach @foreach($data as $farmer_dis) @endforeach @foreach($data as $farmer_block) @endforeach @foreach($data as $mobile_number) @endforeach @foreach($data as $kcc_limit) @endforeach @foreach($data as $land_type) @endforeach @foreach($data as $soilHealthCard) @endforeach @foreach($data as $soilHealthCardRemark) @endforeach @foreach($data as $landHoldSizeUnit) @endforeach @foreach($data as $land_holding_size) @endforeach @foreach($data as $landGivenLeaseUnit) @endforeach @foreach($data as $landGivenLease) @endforeach @foreach($data as $landHoldTakenLeaseUnit) @endforeach @foreach($data as $land_holding_taken_lease) @endforeach @foreach($data as $totalCultiUnit) @endforeach @foreach($data as $total_cultivable) @endforeach @php $counter = []; @endphp @foreach($data as $crop_patt) @php $farmerId = $crop_patt->farmer_id; $counter[$farmerId] = isset($counter[$farmerId]) ? $counter[$farmerId] + 1 : 1; $romanCount = int_to_roman($counter[$farmerId]); @endphp @endforeach @php function int_to_roman($num) { $n = intval($num); $result = ''; $roman_numerals = array( 'M' => 1000, 'CM' => 900, 'D' => 500, 'CD' => 400, 'C' => 100, 'XC' => 90, 'L' => 50, 'XL' => 40, 'X' => 10, 'IX' => 9, 'V' => 5, 'IV' => 4, 'I' => 1 ); foreach ($roman_numerals as $roman => $value) { $matches = intval($n / $value); $result .= str_repeat($roman, $matches); $n = $n % $value; } return $result; } @endphp @foreach($data as $season) @endforeach @foreach($data as $crop_name) @endforeach @foreach($data as $crop_area_unit) @endforeach @foreach($data as $crop_area) @endforeach @foreach($data as $irr) @endforeach @foreach($data as $fl) @endforeach @foreach($data as $familyLabourUnitPrice) @endforeach @foreach($data as $flr) @endforeach @foreach($data as $familyLabourRemarks) @endforeach @foreach($data as $fl) @endforeach @foreach($data as $attached_labour_hrs) @endforeach @foreach($data as $attachedLabourUnitPrice) @endforeach @foreach($data as $attached_labour_rs) @endforeach @foreach($data as $attachedLabourRemarks) @endforeach @foreach($data as $fl) @endforeach @foreach($data as $casual_labour_rs) @endforeach @foreach($data as $casualLabourUnitPrice) @endforeach @foreach($data as $casual_labour_hrs) @endforeach @foreach($data as $casualLabourRemarks) @endforeach @foreach($data as $hired_animal_unit) @endforeach @foreach($data as $hired_animal_labour_rs) @endforeach @foreach($data as $hiredAnimalUnitPrice) @endforeach @foreach($data as $hired_animal_labour_hrs) @endforeach @foreach($data as $hiredAnimalRemarks) @endforeach @foreach($data as $ownedAnimalUnit) @endforeach @foreach($data as $owned_animal_hrs) @endforeach @foreach($data as $ownedAnimalUnitPrice) @endforeach @foreach($data as $owned_animal_rs) @endforeach @foreach($data as $ownedAnimalRemarks) @endforeach @foreach($data as $hired_machhine_hrs) @endforeach @foreach($data as $hiredMachhineUnitPrice) @endforeach @foreach($data as $hired_machhine_rs) @endforeach @foreach($data as $hiredMachhineRemarks) @endforeach @foreach($data as $ownMachineUnit) @endforeach @foreach($data as $own_machine_rs) @endforeach @foreach($data as $ownMachineUnitPrice) @endforeach @foreach($data as $own_machine_hrs) @endforeach @foreach($data as $ownMachineRemarks) @endforeach @foreach($data as $hiredIrrigationMachineUnit) @endforeach @foreach($data as $hired_irrigation_machine_hrs) @endforeach @foreach($data as $hired_irrigation_machine_unit_price) @endforeach @foreach($data as $hired_irrigation_machine_rs) @endforeach @foreach($data as $hired_irrigation_machine_remarks) @endforeach @foreach($data as $ownedIrrigationMachineUnit) @endforeach @foreach($data as $owned_irrigation_machine_hrs) @endforeach @foreach($data as $ownedIrrigationMachineUnitPrice) @endforeach @foreach($data as $owned_irrigation_machine_rs) @endforeach @foreach($data as $ownedIrrigationMachineRemarks) @endforeach @foreach($data as $seedType) @endforeach @foreach($data as $seedVariety) @endforeach @foreach($data as $seedQtyUnit) @endforeach @foreach($data as $seed_qty) @endforeach @foreach($data as $seedUnitPrice) @endforeach @foreach($data as $seed_value_rs) @endforeach @foreach($data as $seedRemarks) @endforeach @foreach($data as $fertiliserNQtyUnit) @endforeach @foreach($data as $fertiliser_n_qty) @endforeach @foreach($data as $fertiliserNUnitPrice) @endforeach @foreach($data as $fertiliser_n_rs) @endforeach @foreach($data as $fertiliserNRemarks) @endforeach @foreach($data as $fertiliserPQtyUnit) @endforeach @foreach($data as $fertiliser_p_qty) @endforeach @foreach($data as $fertiliserPUnitPrice) @endforeach @foreach($data as $fertiliser_p_rs) @endforeach @foreach($data as $fertiliserPRemarks) @endforeach @foreach($data as $fertiliserKQtyUnit) @endforeach @foreach($data as $fertiliser_k_qty) @endforeach @foreach($data as $fertiliserKUnitPrice) @endforeach @foreach($data as $fertiliser_k_rs) @endforeach @foreach($data as $fertiliserKRemarks) @endforeach @foreach($data as $otherFertiliserQtyUnit) @endforeach @foreach($data as $other_fertiliser_qty) @endforeach @foreach($data as $otherFertiliserUnitPrice) @endforeach @foreach($data as $other_fertiliser_rs) @endforeach @foreach($data as $otherFertiliserRemarks) @endforeach @foreach($data as $dapQtyUnit) @endforeach @foreach($data as $dapQty) @endforeach @foreach($data as $dapUnitPrice) @endforeach @foreach($data as $dap_rs) @endforeach @foreach($data as $dapRemarks) @endforeach @foreach($data as $npkQtyUnit) @endforeach @foreach($data as $npkQty) @endforeach @foreach($data as $npkUnitPrice) @endforeach @foreach($data as $npk_rs) @endforeach @foreach($data as $npkRemarks) @endforeach @foreach($data as $manureQtyUnit) @endforeach @foreach($data as $manureQty) @endforeach @foreach($data as $manureUnitPrice) @endforeach @foreach($data as $manure_rs) @endforeach @foreach($data as $manureRemarks) @endforeach @foreach($data as $insecticideUnit) @endforeach @foreach($data as $insticideName) @endforeach @foreach($data as $insecticideQty) @endforeach @foreach($data as $insecticideUnitPrice) @endforeach @foreach($data as $insecticide_rs) @endforeach @foreach($data as $insecticideRemarks) @endforeach @foreach($data as $canalOtherCharges) @endforeach @foreach($data as $crop_insurance_rs) @endforeach @foreach($data as $miscelaneous_cost_rs) @endforeach @foreach($data as $land_revenue_rs) @endforeach @foreach($data as $rent_paid_leased_land) @endforeach @foreach($data as $interest_kcc) @endforeach @foreach($data as $depericiation_farm_assets) @endforeach @foreach($data as $total_production) @endforeach @foreach($data as $sold_main_product) @endforeach @foreach($data as $selling_price_main_product) @endforeach @foreach($data as $by_product) @endforeach @foreach($data as $selling_price_by_product) @endforeach @foreach($data as $village_trader) @endforeach @foreach($data as $wholesaler) @endforeach @foreach($data as $mandi) @endforeach @foreach($data as $processor) @endforeach @foreach($data as $retailer) @endforeach @foreach($data as $consumer) @endforeach @foreach($data as $canal) @endforeach @foreach($data as $tubewell) @endforeach @foreach($data as $enginer_motor_solar) @endforeach @foreach($data as $pump_sets) @endforeach @foreach($data as $pond) @endforeach @foreach($data as $irrigation_system) @endforeach @foreach($data as $enginer_motor_solar) @endforeach @foreach($data as $other) @endforeach @foreach($data as $tractor) @endforeach @foreach($data as $power_tiller) @endforeach @foreach($data as $cultivator) @endforeach @foreach($data as $rotator) @endforeach @foreach($data as $harrow) @endforeach @foreach($data as $leveller) @endforeach @foreach($data as $plough) @endforeach @foreach($data as $speed_drill) @endforeach @foreach($data as $speed_planter) @endforeach @foreach($data as $speed_cum_fertilizer_drill) @endforeach @foreach($data as $trolley) @endforeach @foreach($data as $reaper_cum_binder) @endforeach @foreach($data as $bhusa_machine) @endforeach @foreach($data as $thresher) @endforeach @foreach($data as $combine_harvester) @endforeach @foreach($data as $other) @endforeach @foreach($data as $deshi) @endforeach @foreach($data as $godown) @endforeach @foreach($data as $clod) @endforeach @foreach($data as $bulk_cooling) @endforeach @foreach($data as $fodder) @endforeach @foreach($data as $wheat_processing) @endforeach @foreach($data as $oil_processing) @endforeach @foreach($data as $sugarcane_processing) @endforeach @foreach($data as $dal_processing) @endforeach @foreach($data as $other_processing) @endforeach @foreach($data as $kiran_outlets) @endforeach @foreach($data as $grossary_outlets) @endforeach @foreach($data as $other_outlets) @endforeach @foreach($data as $shed_kuchha) @endforeach @foreach($data as $shed_pucca) @endforeach @foreach($data as $other_infrastructure) @endforeach @foreach($data as $id) @endforeach
A FARMER CODE
B Farmer First Name
B Farmer Last Name
C S/O or W/O
D Village
E State
F District
G Block
H Mobile Number
I Kcc Limit
J Land Type
K Soil Health Card
L Soil Health Card Remark
M Land Holding Size Unit
N Land Holding (Area)
O Land Given Lease Unit
P Land Given Lease (Area)
Q Land Holding Taken Lease Unit
R Land Holding taken Lease (Area)
S Total Cultivable Area Unit
T Total Cultivable (Area)
L CROPPING PATTERN CROP {{ $romanCount }}
1 Season
2 Crop Name
3 Total Cultivatable Area Unit
4 Total Cultivatable Crop Area
5 Irrigated Area
M CROP WISE COST OF CULTIVATION
1 Family Labour
2 Family Labour Unit Price
3 Family Labour (Rs.)
5 Family Labour Remarks
6 Attached Labour Unit
4 Attached Labour (Hrs.)
8 Attached Labour Unit Price
4 Attached Labour (Rs.)
10 Attached Labour Remarks
11 Casual Labour Unit
5 Casual Labour (Hrs.)
13 Casual Labour Unit Price
6 Casual Labour (Rs.)
15 Casual Labour Remarks
16 Hired Animal Unit
7 Hired Animal Labour (Hrs.)
18 Hired Animal Unit Price
8 Hired Animal Labour (Rs.)
20 Hired Animal Remarks
21 Owned Animal Unit
9 Owned Animal Labour (Hrs.)
23 Owned Animal Unit Price
10 Owned Animal Labour (Rs.)
25 Owned Animal Remarks
11 Hired Machine (Hrs.)
27 Hired Machhine Unit Price
12 Hired Machine (Rs.)
29 Hired Machine Remarks
30 Own Machine Unit
13 Own Machine (Hrs.)
32 Own Machine Unit Price
14 Own Machine (Rs.)
34 Own Machine Remarks
35 Hired Irrigation Machine Unit
15 Hired Irrigation Machine (Hrs.)
37 Hired Irrigation Machine Unit Price
16 Hired Irrigation Machine (Rs.)
39 Hired Irrigation Machine Remarks
40 Owned Irrigation Machine Unit
17 Owned Irrigation Machine (Hrs.)
42 Owned Irrigation Machine Unit Price
18 Owned Irrigation Machine (Rs.)
44 Owned Irrigation Machine Remarks
45 Source of Seed / Plantlets
46 Seed Variety
47 Seed Qty Unit
48 Seed / Plantlets Quanity
49 Seed Unit Price
50 Seed Value (Rs.)
51 Seed Remarks
52 Fertiliser (N) Qty Unit
53 Fertiliser (N) Quantity
54 Fertiliser (N) Unit Price
55 Fertiliser (N) (Rs.)
56 Fertiliser (N) Remarks
57 Fertiliser (P) Qty Unit
58 Fertiliser (P) Quanity
59 Fertiliser (P) Unit Price
60 Fertiliser (P) (Rs.)
61 Fertiliser (P) Remarks
62 Fertiliser (K) Qty Unit
63 Fertiliser (K) Quanity
64 Fertiliser (K) Unit Price
65 Fertiliser (K) (Rs.)
66 Fertiliser (K) Remarks
67 Other Fertiliser Qty Unit
68 Other Fertiliser Qty
69 Other Fertiliser Unit Price
70 Other Fertiliser (Rs.)
71 Other Fertiliser Remarks
72 DAP Qty Unit
73 DAP Qty
74 DAP Unit Price {{$dapUnitPrice->dap_unit_price == 'null' ? '' : $dapUnitPrice->dap_unit_price}}
75 DAP (Rs)
76 DAP Remarks
77 NPK Qty Unit
78 NPK Qty
79 NPK Unit Price
80 NPK (Rs.)
81 NPK Remarks
82 Manure Qty Unit
83 Manure Qty
84 Manure Unit Price
85 Manure (Rs.) FYM
86 Manure Remarks
87 Insecticide Unit
88 Plant Protection Name
89 Plant Protection Qty
90 Plant Protection Unit Price
91 Plant Protection (Rs.)
92 Plant Protection Remarks
93 Canal / other Irrigation Charges (Rs)
94 Crop Insurance (Rs.)
95 Miscelaneous Cost (Rs.)
96 Land Revenue (Rs.) LAGAN
97 Rent Paid for Leased in Land (Rs.)
98 Interest on working capital rate(%) KCC
99 Depericiation of Farm Assets
N OUTPUT OF PRODUCTION & MARKETING CHANNEL
1 Total Production (Qunital)
2 Sold Main Product (Qtls.)
3 Selling Price of main products
4 By Product (Rs.)
5 Selling Price of By-products
6 Village Trader
7 Wholesaler
8 MANDI
9 Processor
10 Retailer
11 Consumer
O INFRASTRUCTURE
1 Irrigation Infrastructure
a Canal
b Tubewell
c Enginer / Motor / Solar
d Pump Sets ( Diesel/ Electric/ Solar)
e Pond
f Sprinkler / Drip Irrigation System
g Pump House
h Other
2 Farm Mechanization
a Tractor
b Power Tiller
c Cultivator
d Rotator
e Harrow
f Leveller
g Plough (MB Plough / Disc Plough)
h Seed drill
i Seed Planter
j Seed cum fertilizer drill
k Trolley
l Reaper cum binder
m Bhusa Making Machine
n Thresher
o Combine Harvester
p Other
3 Storage Structure
a Kothila / Deshi Stoarge Structure
b Godown
c Clod Stoarge
d Bulk Cooling Unit
e Storage for fodder
4 Processing Infrstructure
a Wheat Processing Unit
b Oil Processing Unit
c Sugarcane Processing Unit
d Dal Processing Unit
e Any Other Processing unit
5 Retails outlet with producer
a Kiran Outlets
b Grossary Outlets
c Any Other Retail outlets
6 Other Infrastructure (Specify)
a Shed (Kuchha)
b Shed (Pucca)
c Any other infrastructrure
@endsection