{{ session('success') }}
| Service | Category | Rate | Hours | Status | Cost |
|---|---|---|---|---|---|
|
{{ $item->service_name }}
@if($item->description)
{{ $item->description }}
@endif
|
{{ $item->category }} | ${{ number_format($item->labor_rate, 2) }} | {{ $item->estimated_hours }}h |
|
${{ number_format($item->labor_cost, 2) }} |
| Part | Part Number | Quantity | Unit Price | Status | Total |
|---|---|---|---|---|---|
|
{{ $part->name }}
@if($part->pivot->notes)
{{ $part->pivot->notes }}
@endif
|
{{ $part->part_number }} | {{ $part->pivot->quantity_used }} | ${{ number_format($part->pivot->unit_price, 2) }} |
|
${{ number_format($part->pivot->total_price, 2) }} |