#{{$product->code}}
{{$product->name}}
{{__('categories.unit_id')}} :{{$product->category->unit->currentDescription->name}}
{{__('web.valid_status')}} : {{$product->count > 0 ? __('web.valid') : __('web.invalid')}}
@if($product->brand_id){{__('web.brand')}} : {{$product->brand->currentDescription->name}}
@endif{{__('web.quantity')}}
{{__('products.description')}}
{!! $product->description !!}
{{$row->user->name}}
{!! $row->comment !!}