Bonus distribution and financial forecast per team
{{ date('F', mktime(0,0,0,$month,1)) }} {{ $year }}
No finance report for this period.
@elseNo bonus record for this period.
@elseNo forecast data for this period.
@else @php $f = $t['forecast']; $forecastRows = [ ['label' => 'Income', 'target' => $f->income_total_nominal_target, 'real' => $f->income_total_nominal_real], ['label' => 'Est. Profit', 'target' => $f->estimated_profit_target, 'real' => $f->estimated_profit_real], ['label' => 'Ending Balance', 'target' => $f->ending_balance_target, 'real' => $f->ending_balance_real], ]; @endphp