@extends('layouts.app') @section('title', 'Detail Produk') @section('content')

Detail Produk / Alat

@if($product->image) {{ $product->name }} @endif

Nama: {{ $product->name }}

Kategori: {{ $product->category->name }}

Stok: {{ $product->stock }}

Kondisi: {{ $product->condition }}

Deskripsi: {{ $product->description ?? '-' }}

Edit Kembali @endsection