@extends('layouts.admin') @section('content')
{{ $product->description }}
Price: ₱{{ number_format($product->price, 2) }}
Merchant: {{ $product->merchant->business_name ?? 'N/A' }}