{{$data->title}}
@if(count($data->ratings) > 0)
({{count($data->ratings)}})
@endif
{{amount_with_currency_symbol($data->sale_price)}}
@if(!empty($data->regular_price)){{amount_with_currency_symbol($data->regular_price)}}@endif
@if($data->stock_status == 'out_stock')
{{__('Out Of Stock')}}
@else
{{get_static_option('product_add_to_cart_button_'.$user_select_lang_slug.'_text')}}
@endif