@extends('layouts.app') @section('content')
{{ $sparePart->name }}
@if($sparePart->images) @foreach(array_slice($sparePart->images, 0, 4) as $image) {{ $sparePart->name }} @endforeach @endif

{{ $sparePart->name }}

Part #: {{ $sparePart->part_number ?? 'N/A' }}

{{ ucfirst($sparePart->condition) }}
KSh {{ number_format($sparePart->price) }} @if($sparePart->quantity > 10) In Stock ({{ $sparePart->quantity }}) @elseif($sparePart->quantity > 0) Low Stock ({{ $sparePart->quantity }}) @else Out of Stock @endif
@if($sparePart->compatible_vehicles)

Compatible Vehicles

{{ $sparePart->compatible_vehicles }}

@endif

Category

{{ $sparePart->category->name ?? 'General Parts' }}

Location

{{ $sparePart->location }}

Description

{{ $sparePart->description }}

Seller Information

{{ $sparePart->vendor->name }}

{{ $sparePart->vendor->business_name }}

Verified Seller

@if($sparePart->quantity > 0) @else @endif
Free shipping within Nairobi for orders over KSh 10,000
@endsection