Manage labor operations and service items for diagnosis and repairs
{{ session('message') }}
| Service | Category | Labor Rate | Est. Hours | Est. Cost | Status | Actions |
|---|---|---|---|---|---|---|
|
{{ $item->service_name }}
@if($item->description)
{{ Str::limit($item->description, 60) }}
@endif
|
{{ $item->category }} | ${{ number_format($item->labor_rate, 2) }}/hr | {{ $item->estimated_hours }}h | ${{ number_format($item->estimated_hours * $item->labor_rate, 2) }} | {{ ucfirst($item->status) }} |
|
@if($searchTerm || $categoryFilter) Try adjusting your search criteria. @else Get started by creating your first service item. @endif