new book

200 120

Cover
Condition
Quantity:

{{ _lang('Category') }} : {{ $product->categories->count() == 0 ? _lang('N/A') : '' }} @foreach($product->categories as $category) {{ $category->translation->name }} @endforeach

@if($product->sku != '')

{{ _lang('SKU') }} : {{ $product->sku }}

@endif @if($product->manage_stock == 1 && $product->in_stock == 1)

{{ _lang('Availability') }} : {{ $product->qty.' '._lang('Product In Stock') }}

@endif @if($product->in_stock == 0)

{{ _lang('Availability') }} : {{ _lang('Out Of Stock') }}

@endif