Reports
Farm statistics
Transit, staffing and activity statistics for the farms available to your account.
{{ date('Y') }}
@php
$workforceQs=['date_from'=>$dateFrom,'date_to'=>$dateTo,'year'=>$year];
$workforceShortValues=array_values($workforceData['short']);
$workforceShortLabels=array_keys($workforceData['short']);
$workforceNewValues=array_column($workforceData['ratio'],'new');
$workforceReturningValues=array_column($workforceData['ratio'],'returning');
$workforceMonthLabels=['Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'];
$workforceDailyFarms=$workforceData['dailyFarms'];
$workforceDaysCount=$workforceData['daysCount'];
@endphp