{{ $Product->state == 1 ? __('lang.Available') : __('lang.Not_Available') }}
{!! date('M j, Y', strtotime($Product->created_at)) !!}
{!! $Product->{'body_'.$Locale} !!}
{!! date('M j, Y', strtotime($Comment->created_at)) !!}
{!! $Comment->Comment !!}
{!! __('lang.Comment_content') !!}
{!! $Category->{'title_'.$Locale} !!}
{!! substr($sideProduct->{'body_'.$Locale}, 0, 60) !!}