Overview of all service jobs, revenue and technician performance
No data for period
@endif| Reference | Customer | Type | Status | Pri | Total | Due |
|---|---|---|---|---|---|---|
|
{{ $job->reference_no }}
{{ date(config('date_format'), strtotime($job->created_at)) }}
|
{{ optional($job->customer)->name ?? '—' }}
{{ optional($job->warehouse)->name }}
|
{{ $job->service_type === 'device' ? '📱' : '🚗' }} {{ $job->service_type === 'device' ? __('db.device') : __('db.vehicle') }} | {{ ucfirst(str_replace('_',' ',$job->status)) }} | {{ number_format($job->total_amount, config('decimal')) }} | {{ number_format($job->due_amount, config('decimal')) }} | |
| No service jobs yet. Create one → | ||||||
No completed jobs yet.
@endforelseNo payments yet.
@endforelse