{{ $report['period']['label'] ?? '' }}
| {{ __('reports.pdf.day') }} | {{ __('reports.pdf.fasting_hours') }} | {{ __('reports.pdf.status') }} |
|---|---|---|
| {{ $day['day_label'] }} | {{ $day['fasting_hours'] ?? 0 }} | {{ $day['status'] }} |
| {{ __('reports.pdf.metric') }} | {{ __('reports.pdf.average') }} | {{ __('reports.pdf.goal') }} |
|---|---|---|
| {{ __('reports.pdf.water') }} | {{ $report['health_metrics']['water']['average'] ?? 0 }} {{ $report['health_metrics']['water']['unit'] ?? 'L' }} | {{ $report['health_metrics']['water']['goal'] ?? 0 }} {{ $report['health_metrics']['water']['unit'] ?? 'L' }} |
| {{ __('reports.pdf.sleep') }} | {{ $report['health_metrics']['sleep']['average'] ?? '—' }} {{ $report['health_metrics']['sleep']['unit'] ?? '' }} | {{ $report['health_metrics']['sleep']['goal'] ?? 0 }} {{ $report['health_metrics']['sleep']['unit'] ?? '' }} |
| {{ __('reports.pdf.calories') }} | {{ $report['health_metrics']['calories']['average'] ?? 0 }} {{ $report['health_metrics']['calories']['unit'] ?? 'kcal' }} | {{ $report['health_metrics']['calories']['goal'] ?? 0 }} {{ $report['health_metrics']['calories']['unit'] ?? 'kcal' }} |
| {{ __('reports.pdf.day') }} | {{ __('reports.pdf.mood') }} |
|---|---|
| {{ $entry['day_label'] }} | {{ $entry['mood_label'] ?? '—' }} |