@extends('layouts.FarmerOrganization.app') @section('styles') @endsection @section('page-wrapper')
{{ Breadcrumbs::render('Farmer Info', $farmer) }}

Farmer Profile

@if(!empty($previous)) Previous @endif @if(!empty($next)) Next @endif
@include('FarmerOrganization.farmers.partials.profileHead')

Personal

{{ ucfirst($farmer->marital_status) }} {{ $farmer->dependants }} {{ Str::plural('Dependant', $farmer->dependants) }}


Land

  • Size
    {{ $farmer->farmerLandGeneralInfo->first()->size }} acres
    {{ App\Helper\Helper::acreUsePercentage( $farmer->farmerLandGeneralInfo->first()->size, $farmer->farmerLandGeneralInfo->first()->size_under_farming) }} in Use ({{ $farmer->farmerLandGeneralInfo->first()->size_under_farming }} Acres)
  • Farming Type
    {{ $farmer->farmerLandGeneralInfo->first()->farming_act_type }} @if($farmer->farmerLandGeneralInfo->first()->irrigated == 'true') IRRIGATED @endif @if($farmer->farmerLandGeneralInfo->first()->crop == 'true') CROP @endif @if($farmer->farmerLandGeneralInfo->first()->livestock == 'true') LIVESTOCK @endif
  • @if($farmer->farmerLandGeneralInfo->first()->farming_crop_type != '')
  • Farming Crop Type
    {{ ucfirst(strtolower($farmer->farmerLandGeneralInfo->first()->farming_crop_type)) }}
  • @endif
  • Energy Source
    {{ ucfirst(strtolower($farmer->farmerLandGeneralInfo->first()->energy)) }}
  • Soil Type
    {{ ucfirst(strtolower($farmer->farmerLandGeneralInfo->first()->soil)) }}
@endsection @section('scripts') {{----}} @endsection