{{get_user_name_by_id($rating->user_id) ? get_user_name_by_id($rating->user_id)->name : __('anonymous')}}
{{$rating->message}}
@extends('frontend.frontend-page-master') @section('site-title') {{$product->title}} @endsection @section('style') @endsection @section('page-title') {{$product->title}} @endsection @section('page-meta-data') @endsection @php $post_img = null; $blog_image = get_attachment_image_by_id($product->image,"full",false); $post_img = !empty($blog_image) ? $blog_image['img_url'] : ''; @endphp @section('og-meta') {!! render_og_meta_image_by_attachment_id($product->image) !!} @endsection @section('edit_link')
{{$product->short_description}}