{!! $product->description !!}
{{ $product->store->name }}
-
@if ($product->store->address)
Address: {{ $product->store->address }}
@endif
@if ($product->store->phone)
Phone: {{ $product->store->phone }}
@endif
@if ($product->store->email)
Phone: {{ $product->store->email }}
@endif
{{ $product->store->short_description }}
Customer Reviews
Customer reviews
{{ round($avgRating, 1) }} out of 5
{{ $star }} star
@endforeach
{{ $review->review }}