@extends('layouts.app') @section('content')
@if($sparePart->part_number) Part #: {{ $sparePart->part_number }} @endif
Compatible Vehicles
{{ $sparePart->compatible_vehicles }}
Category
{{ $sparePart->category->name ?? 'General Parts' }}
Location
{{ $sparePart->location }}
{{ $sparePart->description }}
{{ $sparePart->vendor->business_name ?? $sparePart->vendor->name }}
{{ $sparePart->vendor->name }}
Verified Seller
Free shipping within Nairobi for orders over KSh 10,000
Condition
{{ $sparePart->condition }}
Category
{{ $sparePart->category->name ?? 'N/A' }}
Stock Level
{{ $sparePart->quantity }} units
Status
{{ $sparePart->quantity > 0 ? 'Available' : 'Out of Stock' }}
Compatible with: {{ $sparePart->compatible_vehicles }}
Please verify compatibility with your specific vehicle model before purchasing.
{{ $relatedPart->part_number }}