@extends('layouts.app') @section('title', 'Detail Spare Part') @section('breadcrumb')
| Kode | {{ $sparePart->code }} |
| Nama | {{ $sparePart->name }} |
| Brand | {{ $sparePart->brand ?? '-' }} |
| Satuan | {{ $sparePart->unit }} |
| Harga Beli | Rp {{ number_format($sparePart->cost_price, 0, ',', '.') }} |
| Harga Jual | Rp {{ number_format($sparePart->sell_price, 0, ',', '.') }} |
| Stok | {{ $sparePart->stock }} {{ $sparePart->unit }} @if($sparePart->is_low_stock) Rendah @endif |
| Stok Min | {{ $sparePart->min_stock }} {{ $sparePart->unit }} |
{{ $sparePart->description }}
@endif| No. Order | Pelanggan | Tanggal | Qty | Harga Satuan |
|---|---|---|---|---|
| {{ $sp->serviceOrder->order_number }} | {{ $sp->serviceOrder->customer->name }} | {{ $sp->serviceOrder->received_date->format('d/m/Y') }} | {{ $sp->quantity }} {{ $sparePart->unit }} | Rp {{ number_format($sp->unit_price, 0, ',', '.') }} |
| Belum pernah digunakan | ||||