@extends('layouts.admin') @section('title', $sparePart->name) @section('content')
No images available
{{ $sparePart->description }}
{{ $sparePart->part_number ?? 'N/A' }}
{{ $sparePart->category->name }}
KSh {{ number_format($sparePart->price) }}
{{ $sparePart->quantity }} units
{{ $sparePart->location }}
{{ $sparePart->compatible_vehicles }}
Name: {{ $sparePart->vendor->name }}
Email: {{ $sparePart->vendor->email }}
Location: {{ $sparePart->location }}
{{ $sparePart->category->name }}
{{ $sparePart->category->description ?? 'No description available' }}