{{-- Blade stub — implement the full breakdown display using your $breakdown array. Expected $breakdown keys (from DriverScoringService::getContributionScoreBreakdown()): current_score, components: {relief_shift, buffer_fleet, referrals, seniority, violations}, waitlist_position, seniority_days --}}
| Component | Value | Points |
|---|---|---|
| {{ str_replace('_', ' ', $key) }} | {{ $component['raw_value'] ?? '—' }} | {{ ($component['points'] ?? 0) >= 0 ? '+' : '' }}{{ $component['points'] ?? 0 }} |