@extends('layouts.DataCollector.app')
@section('styles')
@endsection
@section('page-wrapper')
@if ($farmers->count() > 0)
@else
@endif
@if ($entries->count() > 0)
@else
@endif
Monthly Affiliate Farmers Overview
Annual Affiliate Farmers Overview
@endsection
@section('scripts')
{{----}}
@endsection