@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()}} |
انتخاب رنگ |
@php $colors = json_decode(\App\Helpers\getProp('color')->options,'true'); @endphp
@foreach($colors as $c)
@endforeach
|
گارانتی | @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()}}