@extends('layouts.app') @section('title', 'Dashboard') @section('content')
Producers Sample Number | @for($i = 0; $i < count($data); $i++){{$i+1}} | @endfor|
A | Name of Farmer | @foreach($data as $fname){{isset($fname->name) && $fname->name ? $fname->name : ''}} | @endforeach
B | S/O or W/O | @foreach($data as $sf){{isset($sf->son_of) && $sf->son_of ? $sf->son_of : ''}} | @endforeach
C | Village | @foreach($data as $v){{isset($v->village) && $v->village ? $v->village : ''}} | @endforeach
D | Block | @foreach($data as $bl){{isset($bl->block) && $bl->block ? $bl->block : ''}} | @endforeach
E | District | @foreach($data as $dis){{isset($dis->district) && $dis->district ? $dis->district : ''}} | @endforeach
F | Land Holding Size (BEEGHA) | @foreach($data as $lhs){{isset($lhs->land_holding_size) && $lhs->land_holding_size ? $lhs->land_holding_size : ''}} | @endforeach
G | Land Holding taken Lease | @foreach($data as $lhtl){{isset($lhtl->land_holding_taken_lease) && $lhtl->land_holding_taken_lease ? $lhtl->land_holding_taken_lease : ''}} | @endforeach
H | Total Cultivable Area (BEEGHA) | @foreach($data as $tc){{isset($tc->total_cultivable) && $tc->total_cultivable ? $tc->total_cultivable : ''}} | @endforeach
I | Mobile Number | @foreach($data as $mobNnum){{isset($mobNnum->mobile_number) && $mobNnum->mobile_number ? $mobNnum->mobile_number : ''}} | @endforeach
J | KCC LIMIT | @foreach($data as $kccLim){{isset($kccLim->kcc_limit) && $kccLim->kcc_limit ? $kccLim->kcc_limit : ''}} | @endforeach
K | CROPPING PATTERN | @for($i = 0; $i < count($data); $i++){{"CROP " . ($i + 1)}} | @endfor
1 | Name of Crop | @foreach($data as $cName){{isset($cName->crop_name) && $cName->crop_name ? $cName->crop_name : ''}} | @endforeach
2 | Crop Area(BEEGHA) | @foreach($data as $cArea){{isset($cArea->crop_area) && $cArea->crop_area ? $cArea->crop_area : ''}} | @endforeach
3 | Irrigated Area | @foreach($data as $irrArea){{isset($irrArea->irrigated_area) && $irrArea->irrigated_area ? $irrArea->irrigated_area : ''}} | @endforeach
L | CROP WISE COST OF CULTIVATION | @for($i = 0; $i < count($data); $i++){{"Acre"}} | @endfor
1 | Family Labour (Hrs.) / Madays | @foreach($data as $flh){{isset($flh->family_labour_hrs) && $flh->family_labour_hrs ? $flh->family_labour_hrs : ''}} | @endforeach
2 | Family Labour (Rs.) | @foreach($data as $flr){{isset($flr->family_labour_rs) && $flr->family_labour_rs ? $flr->family_labour_rs : ''}} | @endforeach
3 | Attached Labour (Hrs.) | @foreach($data as $alh){{isset($alh->attached_labour_hrs) && $alh->attached_labour_hrs ? $alh->attached_labour_hrs : ''}} | @endforeach
4 | Attached Labour (Rs.) | @foreach($data as $alr){{isset($alr->attached_labour_rs) && $alr->attached_labour_rs ? $alr->attached_labour_rs : ''}} | @endforeach
5 | Casual Labour (Hrs.) | @foreach($data as $clh){{isset($clh->casual_labour_hrs) && $clh->casual_labour_hrs ? $clh->casual_labour_hrs : ''}} | @endforeach
6 | Casual Labour (Rs.) | @foreach($data as $clr){{isset($clr->casual_labour_rs) && $clr->casual_labour_rs ? $clr->casual_labour_rs : ''}} | @endforeach
7 | Hired Animal Labour (Hrs.) | @foreach($data as $halh){{isset($halh->hired_animal_labour_hrs) && $halh->hired_animal_labour_hrs ? $halh->hired_animal_labour_hrs : ''}} | @endforeach
8 | Hired Animal Labour (Rs.) | @foreach($data as $halr){{isset($halr->hired_animal_labour_rs) && $halr->hired_animal_labour_rs ? $halr->hired_animal_labour_rs : ''}} | @endforeach
9 | Owned Animal Labour (Hrs.) | @foreach($data as $oah){{isset($oah->owned_animal_hrs) && $oah->owned_animal_hrs ? $oah->owned_animal_hrs : ''}} | @endforeach
10 | Owned Animal Labour (Rs.) | @foreach($data as $oar){{isset($oar->owned_animal_rs) && $oar->owned_animal_rs ? $oar->owned_animal_rs : ''}} | @endforeach
11 | Hired Machine (Hrs.) | @foreach($data as $hmh){{isset($hmh->hired_machhine_hrs) && $hmh->hired_machhine_hrs ? $hmh->hired_machhine_hrs : ''}} | @endforeach
12 | Hired Machine (Rs.) | @foreach($data as $hmr){{isset($hmr->hired_machhine_rs) && $hmr->hired_machhine_rs ? $hmr->hired_machhine_rs : ''}} | @endforeach
13 | Own Machine (Hrs.) | @foreach($data as $omh){{isset($omh->own_machine_hrs) && $omh->own_machine_hrs ? $omh->own_machine_hrs : ''}} | @endforeach
14 | Own Machine (Rs.) | @foreach($data as $hmr){{isset($hmr->hired_machhine_rs) && $hmr->hired_machhine_rs ? $hmr->hired_machhine_rs : ''}} | @endforeach
15 | Hired Irrigation Machine (Hrs.) | @foreach($data as $himh){{isset($himh->hired_irrigation_machine_hrs) && $himh->hired_irrigation_machine_hrs ? $himh->hired_irrigation_machine_hrs : ''}} | @endforeach
16 | Hired Irrigation Machine (Rs.) | @foreach($data as $himr){{isset($himr->hired_irrigation_machine_rs) && $himr->hired_irrigation_machine_rs ? $himr->hired_irrigation_machine_rs : ''}} | @endforeach
17 | Owned Irrigation Machine (Hrs.) | @foreach($data as $oimh){{isset($oimh->owned_irrigation_machine_hrs) && $oimh->owned_irrigation_machine_hrs ? $oimh->owned_irrigation_machine_hrs : ''}} | @endforeach
18 | Owned Irrigation Machine (Rs.) | @foreach($data as $oimr){{isset($oimr->owned_irrigation_machine_rs) && $oimr->owned_irrigation_machine_rs ? $oimr->owned_irrigation_machine_rs : ''}} | @endforeach
19 | Canal and Other Irrigation Charges (Rs) | @foreach($data as $coc){{isset($coc->canal_other_charges) && $coc->canal_other_charges ? $coc->canal_other_charges : ''}} | @endforeach
20 | Variety | @foreach($data as $var){{isset($var->variety) && $var->variety ? $var->variety : ''}} | @endforeach
21 | Seed Qty. (Kg.) | @foreach($data as $seedQty){{isset($seedQty->seed_qty) && $seedQty->seed_qty ? $seedQty->seed_qty : ''}} | @endforeach
22 | Seed Value (Rs.) | @foreach($data as $svr){{isset($svr->seed_value_rs) && $svr->seed_value_rs ? $svr->seed_value_rs : ''}} | @endforeach
23 | Fertiliser (N) (Kg.) | @foreach($data as $fnQty){{isset($fnQty->fertiliser_n_qty) && $fnQty->fertiliser_n_qty ? $fnQty->fertiliser_n_qty : ''}} | @endforeach
24 | Fertiliser (N) (Rs.) | @foreach($data as $fnRs){{isset($fnRs->fertiliser_n_rs) && $fnRs->fertiliser_n_rs ? $fnRs->fertiliser_n_rs : ''}} | @endforeach
25 | Fertiliser (P) (Kg.) | @foreach($data as $fpQty){{isset($fpQty->fertiliser_p_qty) && $fpQty->fertiliser_p_qty ? $fpQty->fertiliser_p_qty : ''}} | @endforeach
26 | Fertiliser (P) (Rs.) | @foreach($data as $fpRs){{isset($fpRs->fertiliser_p_rs) && $fpRs->fertiliser_p_rs ? $fpRs->fertiliser_p_rs : ''}} | @endforeach
27 | Fertiliser (K) (Kg.) | @foreach($data as $fkQty){{isset($fkQty->fertiliser_k_qty) && $fkQty->fertiliser_k_qty ? $fkQty->fertiliser_k_qty : ''}} | @endforeach
28 | Fertiliser (K) (Rs.) | @foreach($data as $fkRs){{isset($fkRs->fertiliser_k_rs) && $fkRs->fertiliser_k_rs ? $fkRs->fertiliser_k_rs : ''}} | @endforeach
29 | Other Fertiliser (Kg.) | @foreach($data as $ofQty){{isset($ofQty->other_fertiliser_qty) && $ofQty->other_fertiliser_qty ? $ofQty->other_fertiliser_qty : ''}} | @endforeach
30 | Other Fertiliser (Rs.) | @foreach($data as $ofRs){{isset($ofRs->other_fertiliser_rs) && $ofRs->other_fertiliser_rs ? $ofRs->other_fertiliser_rs : ''}} | @endforeach
31 | DAP (Kg) | @foreach($data as $dapKg){{isset($dapKg->dap_kg) && $dapKg->dap_kg ? $dapKg->dap_kg : ''}} | @endforeach
32 | DAP (Rs) | @foreach($data as $dapRs){{isset($dapRs->dap_rs) && $dapRs->dap_rs ? $dapRs->dap_rs : ''}} | @endforeach
33 | NPK (Kg) | @foreach($data as $npkKg){{isset($npkKg->npk_kg) && $npkKg->npk_kg ? $npkKg->npk_kg : ''}} | @endforeach
34 | NPK (Rs.) | @foreach($data as $npkRs){{isset($npkRs->npk_rs) && $npkRs->npk_rs ? $npkRs->npk_rs : ''}} | @endforeach
35 | Manure (Qtl.) FYM | @foreach($data as $mQtl){{isset($mQtl->manure_qtl) && $mQtl->manure_qtl ? $mQtl->manure_qtl : ''}} | @endforeach
36 | Manure (Rs.) FYM | @foreach($data as $mRs){{isset($mRs->manure_rs) && $mRs->manure_rs ? $mRs->manure_rs : ''}} | @endforeach
37 | Insecticides (Rs.) | @foreach($data as $iRs){{isset($iRs->insecticide_rs) && $iRs->insecticide_rs ? $iRs->insecticide_rs : ''}} | @endforeach
38 | Crop Insurance (Rs.) | @foreach($data as $ciRs){{isset($ciRs->crop_insurance_rs) && $ciRs->crop_insurance_rs ? $ciRs->crop_insurance_rs : ''}} | @endforeach
39 | Miscelaneous Cost (Rs.) | @foreach($data as $mcRs){{isset($mcRs->miscelaneous_cost_rs) && $mcRs->miscelaneous_cost_rs ? $mcRs->miscelaneous_cost_rs : ''}} | @endforeach
40 | Land Revenue (Rs.) LAGAN | @foreach($data as $lrRs){{isset($lrRs->land_revenue_rs) && $lrRs->land_revenue_rs ? $lrRs->land_revenue_rs : ''}} | @endforeach
41 | Rent Paid for Leased in Land (Rs.) | @foreach($data as $rpll){{isset($rpll->rent_paid_leased_land) && $rpll->rent_paid_leased_land ? $rpll->rent_paid_leased_land : ''}} | @endforeach
42 | Interest on working capital rate(%) KCC | @foreach($data as $iKcc){{isset($iKcc->interest_kcc) && $iKcc->interest_kcc ? $iKcc->interest_kcc : ''}} | @endforeach
M | OUTPUT OF PRODUCTION & MARKETING CHANNEL | @for($i = 0; $i < count($data); $i++){{"0"}} | @endfor
1 | Total Production (Qunital) | @foreach($data as $tp){{isset($tp->total_production) && $tp->total_production ? $tp->total_production : ''}} | @endforeach
2 | Sold Main Product (Qtls.) | @foreach($data as $smp){{isset($smp->sold_main_product) && $smp->sold_main_product ? $smp->sold_main_product : ''}} | @endforeach
3 | Selling Price of main products | @foreach($data as $spmp){{isset($spmp->selling_price_main_product) && $spmp->selling_price_main_product ? $spmp->selling_price_main_product : ''}} | @endforeach
4 | By Product (Rs.) | @foreach($data as $bp){{isset($bp->by_product) && $bp->by_product ? $bp->by_product : ''}} | @endforeach
5 | Selling Price of By-products | @foreach($data as $spbp){{isset($spbp->selling_price_by_product) && $spbp->selling_price_by_product ? $spbp->selling_price_by_product : ''}} | @endforeach
6 | Whom to Sold ( Tick Mark) | @for($i = 0; $i < count($data); $i++){{"0"}} | @endfor
7 | Village Trader | @foreach($data as $vt){{isset($vt->village_trader) && $vt->village_trader ? $vt->village_trader : ''}} | @endforeach
8 | Wholesaler | @foreach($data as $ws){{isset($ws->wholesaler) && $ws->wholesaler ? $ws->wholesaler : ''}} | @endforeach
9 | MANDI | @foreach($data as $m){{isset($m->mandi) && $m->mandi ? $m->mandi : ''}} | @endforeach
10 | Processor | @foreach($data as $proc){{isset($proc->processor) && $proc->processor ? $proc->processor : ''}} | @endforeach
11 | Retailer | @foreach($data as $r){{isset($r->retailer) && $r->retailer ? $r->retailer : ''}} | @endforeach
12 | Consumer | @foreach($data as $c){{isset($c->consumer) && $c->consumer ? $c->consumer : ''}} | @endforeach
N | INFRASTRUCTURE | @for($i = 0; $i < count($data); $i++){{"0"}} | @endfor
1 | Irrigation Infrastructure | @for($i = 0; $i < count($data); $i++){{"0"}} | @endfor
a | Canal | @foreach($data as $can){{isset($can->canal) && $can->canal ? $can->canal : ''}} | @endforeach
b | Tubewell | @foreach($data as $tub){{isset($tub->tubewell) && $tub->tubewell ? $tub->tubewell : ''}} | @endforeach
c | Enginer / Motor / Solar | @foreach($data as $ems){{isset($ems->enginer_motor_solar) && $ems->enginer_motor_solar ? $ems->enginer_motor_solar : ''}} | @endforeach
d | Pump sets ( Diesel/ electric/ Solar) | @foreach($data as $ps){{isset($ps->pump_sets) && $ps->pump_sets ? $ps->pump_sets : ''}} | @endforeach
e | Pond | @foreach($data as $pnd){{isset($pnd->pond) && $pnd->pond ? $pnd->pond : ''}} | @endforeach
f | Sprinkler / drip irrigation System | @foreach($data as $is){{isset($is->irrigation_system) && $is->irrigation_system ? $is->irrigation_system : ''}} | @endforeach
g | Pump House | @foreach($data as $ph){{isset($ph->pump_house) && $ph->pump_house ? $ph->pump_house : ''}} | @endforeach
h | Other | @foreach($data as $o){{isset($o->other) && $o->other ? $o->other : ''}} | @endforeach
2 | Farm Mechanization | @for($i = 0; $i < count($data); $i++){{"0"}} | @endfor
a | Tractor | @foreach($data as $tr){{isset($tr->tractor) && $tr->tractor ? $tr->tractor : ''}} | @endforeach
b | Power Tiller | @foreach($data as $pt){{isset($pt->power_tiller) && $pt->power_tiller ? $pt->power_tiller : ''}} | @endforeach
c | Cultivator | @foreach($data as $cul){{isset($cul->cultivator) && $cul->cultivator ? $cul->cultivator : ''}} | @endforeach
d | Rotator | @foreach($data as $rot){{isset($rot->rotator) && $rot->rotator ? $rot->rotator : ''}} | @endforeach
e | Harrow | @foreach($data as $harr){{isset($harr->harrow) && $harr->harrow ? $harr->harrow : ''}} | @endforeach
f | Leveller | @foreach($data as $level){{isset($level->leveller) && $level->leveller ? $level->leveller : ''}} | @endforeach
g | Plough (MB Plough / Disc Plough) | @foreach($data as $plo){{isset($plo->plough) && $plo->plough ? $plo->plough : ''}} | @endforeach
h | Seed drill | @foreach($data as $sd){{isset($sd->speed_drill) && $sd->speed_drill ? $sd->speed_drill : ''}} | @endforeach
i | Seed Planter | @foreach($data as $spp){{isset($spp->speed_planter) && $spp->speed_planter ? $spp->speed_planter : ''}} | @endforeach
j | Seed cum fertilizer drill | @foreach($data as $scfd){{isset($scfd->speed_cum_fertilizer_drill) && $scfd->speed_cum_fertilizer_drill ? $scfd->speed_cum_fertilizer_drill : ''}} | @endforeach
k | Trolley | @foreach($data as $tr){{isset($tr->trolley) && $tr->trolley ? $tr->trolley : ''}} | @endforeach
l | Reaper cum binder | @foreach($data as $rcb){{isset($rcb->reaper_cum_binder) && $rcb->reaper_cum_binder ? $rcb->reaper_cum_binder : ''}} | @endforeach
m | Bhusa Making Machine | @foreach($data as $bm){{isset($bm->bhusa_machine) && $bm->bhusa_machine ? $bm->bhusa_machine : ''}} | @endforeach
n | Thresher | @foreach($data as $ts){{isset($ts->thresher) && $ts->thresher ? $ts->thresher : ''}} | @endforeach
o | Combine Harvester | @foreach($data as $ch){{isset($ch->combine_harvester) && $ch->combine_harvester ? $ch->combine_harvester : ''}} | @endforeach
p | Other | @foreach($data as $fmo){{isset($fmo->farm_mechanism_other) && $fmo->farm_mechanism_other ? $fmo->farm_mechanism_other : ''}} | @endforeach
3 | Storage Structure | @for($i = 0; $i < count($data); $i++){{"0"}} | @endfor
a | Kothila / Deshi Stoarge Structure | @foreach($data as $d){{isset($d->deshi) && $d->deshi ? $d->deshi : ''}} | @endforeach
b | Godown | @foreach($data as $gd){{isset($gd->godown) && $gd->godown ? $gd->godown : ''}} | @endforeach
c | Clod Stoarge | @foreach($data as $c){{isset($c->clod) && $c->clod ? $c->clod : ''}} | @endforeach
d | Bulk Cooling Unit | @foreach($data as $bc){{isset($bc->bulk_cooling) && $bc->bulk_cooling ? $bc->bulk_cooling : ''}} | @endforeach
e | Storage for fodder | @foreach($data as $f){{isset($f->fodder) && $f->fodder ? $f->fodder : ''}} | @endforeach
4 | Processing Infrstructure | @for($i = 0; $i < count($data); $i++){{"0"}} | @endfor
a | Wheat Processing Unit | @foreach($data as $wp){{isset($wp->wheat_processing) && $wp->wheat_processing ? $wp->wheat_processing : ''}} | @endforeach
b | Oil Processing Unit | @foreach($data as $op){{isset($op->oil_processing) && $op->oil_processing ? $op->oil_processing : ''}} | @endforeach
c | Sugarcane Processing Unit | @foreach($data as $sp){{isset($sp->sugarcane_processing) && $sp->sugarcane_processing ? $sp->sugarcane_processing : ''}} | @endforeach
d | Dal Processing Unit | @foreach($data as $dp){{isset($dp->dal_processing) && $dp->dal_processing ? $dp->dal_processing : ''}} | @endforeach
e | Any Other Processing unit | @foreach($data as $op){{isset($op->other_processing) && $op->other_processing ? $op->other_processing : ''}} | @endforeach
5 | Retails outlet with producer | @for($i = 0; $i < count($data); $i++){{"0"}} | @endfor
a | Kiran Outlets | @foreach($data as $ko){{isset($ko->kiran_outlets) && $ko->kiran_outlets ? $ko->kiran_outlets : ''}} | @endforeach
b | Grossary Outlets | @foreach($data as $go){{isset($go->grossary_outlets) && $go->grossary_outlets ? $go->grossary_outlets : ''}} | @endforeach
c | Any Other Retail outlets | @foreach($data as $oo){{isset($oo->other_outlets) && $oo->other_outlets ? $oo->other_outlets : ''}} | @endforeach
6 | Other Infrastructure (Specify) | @for($i = 0; $i < count($data); $i++){{"0"}} | @endfor
a | Shed (Kuchha) | @foreach($data as $sk){{isset($sk->shed_kuchha) && $sk->shed_kuchha ? $sk->shed_kuchha : ''}} | @endforeach
b | Shed (Pucca) | @foreach($data as $sp){{isset($sp->shed_pucca) && $sp->shed_pucca ? $sp->shed_pucca : ''}} | @endforeach
c | Any other infrastructrure | @foreach($data as $oi){{isset($oi->other_infrastructure) && $oi->other_infrastructure ? $oi->other_infrastructure : ''}} | @endforeach