@extends('layouts.frontend') @section('content')

{{ $product->name}}

(1 review)

Sold By: $product->user->slug ]) }}"> {{ $product->user->name }}

  • {{ $product->description }}
Minimum Quantity:
  • {{ $product->qty }}


SKU: {{ $product->sku }}

Sector: {{ $product->sector }}

Tags: {{ $product->tags }}


@if($product->user->phone != '')

Call Now: {{ $product->user->phone }}

@endif
About Product

{{ $product->description}}

Products Specs

@if(count($specs)>0)
@foreach($specs as $spec) @endforeach
{{ $spec->name}} {{ $spec->description}}
@else No specs were given. @endif

{{ $product->user->name}}

{{ $product->user->about}}

$product->user->slug ]) }}">Read More

4.00

1 Review
5 Star
100%
4 Star
10
3 Star
0
2 Star
0
1 Star
0

Submit Your Review

Your email address will not be published. Required fields are marked*

@if (count($rproducts) >4)

Related products

@endif
@endsection