@extends('layouts.app') @section('content')
@endif
{{ \App\Support\Currency::symbol() }}{{ number_format($product->cost_price, 2) }} Save {{ round(((($product->price - $product->cost_price) / $product->price) * 100)) }}%
@endif| SKU: | {{ $product->sku }} |
| Weight: | {{ $product->weight }} kg |
| Dimensions: | {{ $product->dimensions }} |
{{ $product->description ?? 'No description available.' }}
No specifications available.
@endif
@if($related->inventory && $related->inventory->quantity > 0)
In Stock
@else
Out of Stock
@endif
{{ \App\Support\Currency::symbol() }}{{ number_format($related->price, 2) }}
View Details{{ $review->user->name }} • {{ $review->created_at->diffForHumans() }}
{{ $review->content }}