{{$product->name}}
@foreach($product->getMedia() as $media) @endforeach

{{$product->name}}

{{$product->getPrice()}}
@if($product->hasDiscount())
{{$product->oldPrice()}}
@endif

{{$product->excerpt}}

 
@if($product->quantities()->count()>0) hasDiscount()) :discount='@json($product->activeDiscounts()->first())' @endif > @else {{__("Add to card")}} @endif
 
@if($product->sku != null && $product->sku != '')
{{__("SKU")}}: {{$product->sku}}
@endif @if($product->categories()->count() > 0)
{{__("Categories")}}: @foreach($product->categories()->where('id','<>',$product->category->id)->get() as $cat) {{$cat->name}}, @endforeach {{$product->category->name}}
@endif @if($product->tags()->count() > 0)
{{__("Tags")}}: @foreach($product->tags as $tag) {{$tag->name}} @endforeach
@endif

{!! $product->description !!}
@if($product->table != null || trim($product->table) != '')

{!! $product->table !!}
@endif

@foreach($product->fullMeta() as $meta) @endforeach
{{__("Item")}} {{__("Value")}}
  {{$meta['data']->label}} {!! $meta['human_value'] !!}

{{__("Related products")}}

@foreach($product->category->products()->where('status',1)->limit(10)->get() as $p) @endforeach
@foreach($product->getMedia() as $k => $media) {{$product->name}} @endforeach