@extends('layouts.admin') @section('title', 'Detail Produk') @section('content_header')
{{ $product->name }}
{{ $product->slug }}
{{ $product->short_description }}
{{ $detail->description }}
@endif{{ $product->created_at->format('d M Y H:i') }}
{{ $product->updated_at->format('d M Y H:i') }}