@extends('layouts.FarmerOrganization.app') @section('styles') @endsection @section('page-wrapper')
@if ($farmers > 0)

≈ {{ $farmerOrganizationIncome }}

Income
@else

No

Entry
@endif
@if ($farmers > 0)

{{ $farmers }}

{{ Str::plural('Farmer', $farmers) }}
@else

No

Entry
@endif
@if ($dataCollectors > 0)

{{ $dataCollectors }}

{{ Str::plural('Champion', $dataCollectors) }}
@else

No

Entry
@endif

Monthly Agribusiness Overview

Monthly Farmers Overview

Annual Agribusiness Overview

Other Stats

Annual Farmers Overview

@endsection @section('scripts') {{----}} @endsection