@extends('layouts.app') @section('title', $product->name . ' | Shopora') @section('content')
{{ $product->brand ?? 'Exclusive Collection' }}
Investment
Rs. {{ number_format($product->current_price) }}{{ Str::limit($product->description, 250) }}
Out of Space (Restocking Soon)
{{ $product->reviews_count }} Ratings
You can only review this product after your order has been delivered.
View My Ordersby {{ $review->user->name }}
@if($hasPurchased) Verified Purchase @endif{{ $review->title }}
@endif @if($review->body){{ $review->body }}
@endif