{{ __('Repair Parts & Spares') }}

Add Repair Part
Service Inventory

Manage spare parts and components used for repairs.

@forelse($products as $product) @empty @endforelse
Part Name Category Compatibility Price Stock Action
@if($product->image) @else
@endif
{{ $product->name }}
BARCODE: {{ $product->barcode ?? 'N/A' }}
{{ $product->category->name }}
{{ $product->brand }}
{{ $product->model }}
₹ {{ number_format($product->price, 2) }}
{{ $product->stock }}
@csrf @method('DELETE')
No repair parts found in the inventory.