@extends('layouts.main') @section('main-container')
@if (session('success'))
{{ session('success') }}
@endif
@csrf
Farmer Livelihood Details
{{-- Occupation --}}
Occupation in Family
{{-- Land Details --}}
Land Details
@foreach ([ 'irrigated_land' => 'Irrigated Land (Acres)', 'non_irrigated_land' => 'Non-Irrigated Land (Acres)', 'leased_in_land' => 'Leased-In Land', 'leased_out_land' => 'Leased-Out Land', ] as $name => $label)
@endforeach
{{-- Source of Irrigation --}}
Source of Irrigation
{{-- Livestock --}}
Livestock Ownership
@foreach ([ 'number_of_cows' => 'Cows', 'number_of_buffaloes' => 'Buffaloes', 'number_of_goats' => 'Goats', 'number_of_sheep' => 'Sheep', 'number_of_pigs' => 'Pigs', 'number_of_poultry_birds' => 'Poultry Birds', ] as $name => $label)
@endforeach
@foreach ([ 'fodder_availability' => 'Fodder Available', 'access_to_veterinary_services' => 'Access to Veterinary Services', 'animal_housing_available' => 'Animal Housing Available', 'vaccination_done' => 'Vaccination Done', ] as $name => $label)
@endforeach
{{-- Labour --}}
Labour Engagement
{{-- Migration --}}
Migration
{{-- Labour Income --}}
Labour Income
{{-- Other Income --}}
Other Income
{{-- Submit --}}
@endsection