{{ $order_details?->product?->name ? Str::limit($order_details?->product?->name, 40) : translate('Product_not_found') }}
@if($order_details->variant)
{{ translate('variant')}} : {{$order_details->variant}}
@endif
{{ translate('My_Review') }}
{{$order_details->reviewData->comment}}
@if(count($order_details->reviewData->attachment_full_url)>0)}})
{{ translate('Reply_by_Seller') }}
{!! $order_details->reviewData->reply->reply_text !!}
{{translate('no_review_found')}}!