@if ($autoPrint ?? false) @endif
{{ config('app.company_name', config('app.name')) }}
| {{ __('dough_usage_reports.product') }} | {{ __('dough_usage_reports.dough') }} | {{ __('dough_usage_reports.products_made') }} |
|---|---|---|
| {{ $row['product_name'] ?? '—' }} @if (! empty($row['unit_name'])) ({{ $row['unit_name'] }}) @endif | {{ $row['total_dough'] ?? '0' }} | {{ $row['total_output'] ?? '0' }} |
| {{ __('dough_usage_reports.no_data') }} | ||
| {{ __('dough_usage_reports.total') }} | {{ $report['summary']['total_dough'] ?? '0' }} | {{ $report['summary']['total_output'] ?? '0' }} |
{{ __('dough_usage_reports.calc_hint') }}