Tarikh: {{ $date }}
| Jumlah Job: {{ $report['totalJobs'] }} |
| Siap: {{ $report['completedJobs'] }} |
| Revenue: RM {{ number_format($report['revenue'], 2) }} |
| Job# | Pelanggan | Peranti | Status | Kos |
|---|---|---|---|---|
| {{ $job->job_number }} | {{ $job->device->customer->name ?? '-' }} | {{ $job->device->brand }} {{ $job->device->model }} | {{ $job->status }} | RM {{ number_format($job->total_cost ?? 0, 2) }} |