Target for this period
Target: ₹{{ number_format($breakdown->target_amount, 2) }}
Achieved: ₹{{ number_format($breakdown->achieved_amount, 2) }}
@foreach($planner->targets as $target) @php $divisor = match(strtolower($breakdown->breakdown_type)) { 'monthly' => 12, 'quarterly' => 4, 'half_yearly' => 2, 'weekly' => 52, 'daily' => 365, default => 1 }; @endphpMorning Session: 4 hrs (9 AM – 1 PM)
Afternoon Session: 4 hrs (2 PM – 6 PM)
@php $sessionDivisor = 730; @endphp