@extends('website.layout.layout') @section('title') {{$pro->name}} - @endsection @section('content') @php $commentCount = $pro->comments()->count(); @endphp {!! \App\Helpers\showBreadcrumb(\App\Helpers\makeProductBreadcrumb($pro,$cat)) !!}
نام محصول | {{$pro->name}} |
---|---|
کد محصول | {{$pro->getCode()}} |
قیمت |
{{$pro->getPrice()}}
@if($pro->hasDiscount())
|
انتخاب رنگ |
|
تعداد |
{{-- --}}
|
گارانتی | @php $ws = json_decode(\App\Helpers\getProp('warranty')->options,'true'); @endphp |
امتیاز |
{{\App\Helpers\getPropLabel($k)}} | {!! \App\Helpers\showMeta($k,$meta) !!} |
@foreach($comments as $c) @include('starter-kit::component.comment',['c'=>$c]) @endforeach
{{$comments->links()}}