@extends('layout.main') @section('title', 'Detail Produk') @section('content')
{{-- Image / preview --}}
@if($product->image) Product image @else
Tidak Ada Gambar
@endif
{{-- Details --}}
Kembali Edit Produk
@endsection