@extends('layouts.app')
@section('content')
{{ $product->productDescription ?: 'Premium quality sports product crafted for tournaments, school competitions, club events and championship awards.' }}
{{ $product->productDescription ?: 'This premium product is specially designed to celebrate excellence and achievement. Its attractive design and quality finish make it a perfect choice for sports events, school competitions, club tournaments and award ceremonies.' }}
{{ $product->productName }}
Product Description
Specifications
Product Name
{{ $product->productName }}
Category
{{ $product->category->categoryName ?? 'Sports Trophy' }}
@if($product->productMrp > 0)
Selling Price
₹{{ number_format($product->final_price, 2) }}
@endif
MRP
₹{{ number_format($product->productMrp, 2) }}
@if($product->specifications->count() > 0)
@foreach($product->specifications as $spec)
Stock Status
{{ $product->stock }}
@endforeach
@endif
{{ $spec->specificationTitle }}
{{ $spec->specificationValue }}
Customization
Available on request
Related Products