@extends('layouts.master') @section('title') {{$product->name}} @endsection @section('content')
| {{translate('id')}} | {{ $product->id }} |
| {{translate('code')}} | {{ $product->code }} |
| {{translate('stock')}} | @if($product->stock_status==1) {{ translate('in_stock') }} @else {{ translate('out_of_stock') }} @endif @if($product->enable_stock_management==1) ({{$product->qty}}) @endif |
| {{translate('price')}} |
@if(!empty($product->sale_price))
{{currency_converter($product->sale_price)}} @else {{currency_converter($product->regular_price)}} @endif |
| {{translate('category')}} | @foreach($product->categories as $category) @if(!empty($category->category)) {{$category->category->name}} @if(count($product->categories)!=$c) , @endif @endif @endforeach |
| {{translate('date')}} | {{ date_format(date_create($product->created_at),"Y-m-d") }} |
| {{translate('name')}} | {{translate('rating')}} | {{translate('comment')}} | {{translate('date')}} | {{ translate('action') }} |
|---|---|---|---|---|
|
{{ $review->name }} {{ $review->email }} |
{{ $review->rating }}/5 | {!! $review->notes !!} | {{$review->created_at }} |
|