@extends('layouts.app') @section('styles') @endsection @section('title') {{ $title }} @endsection @section('breadcrumbs') @endsection @section('content')

Nama Produk

: {{ $product->name }}

Kategori Produk

: {{ $product->category }}

Satuan

: {{ $product->unit }}

Harga

: {{ $product->priceFormatted() }}

Stok

: {{ $product->stock }}

Berat (gram)

: {{ $product->weight }}

Panjang (cm)

: {{ $product->length }}

Lebar (cm)

: {{ $product->width }}

Tinggi (cm)

: {{ $product->height }}

Deskripsi / Konten

{!! $product->description !!}

Foto Utama Produk

@endsection