@extends('layouts.app') @section('content')
SKU: {{ $product->sku ?: 'N/A' }}
Base Price: RM {{ number_format($product->price, 2) }}