@extends('customer.partials.app') @section('content')

{{ $product->name }}

Rp. {{ number_format($product->price, 0, ',', '.') }}

{{ $product->description }}

@endsection