@extends('layouts.app') @section('title', $product->name . ' - ' . config('app.name')) @section('content')
{{ $product->brand?->name ?? 'Unknown Brand' }}
SKU: {{ $product->sku }}
{{ $product->description }}
{{ $product->product_code ?? 'N/A' }}
{{ $product->created_at->format('M d, Y') }}
{{ \App\Support\Currency::symbol() }}{{ number_format($related->price, 2) }}