@extends('admin.layouts.main') @section('content')
{{ $product->category ? $product->category->name : 'N/A' }}
{{ $product->brand ? $product->brand->name : 'N/A' }}
₹{{ number_format($product->sales_price, 2) }}
{{ $product->quantity }}
{{ $product->gst }}%
{{ $product->description }}
{{ Str::limit($review->description, 200) }}
{{-- Star Rating --}}Customers haven't reviewed this product yet.