@if($Product->discount)
{{ $Product->discount }}%
@endif
{{ asset(str_replace('http://', 'https://', $Product->sub_category_image)) }}
{{ mb_strimwidth($Product[ lang('en') ? 'sub_category_name' : 'sub_category_name_ar' ], 0, 50, '...') }}
@if ($Product->discount)
{{ $Product->CalcPrice() }} {{ Country()->currancy_code }} {{ number_format($Product->Sizes->first()->sub_category_size_price * Country()->currancy_value, Country()->decimals , '.', '') }} {{ Country()->currancy_code }}
@else
@if($Product->discount) {{ $Product->Sizes->first()->sub_category_size_price }} {{ Country()->currancy_code }} @else {{ $Product->CalcPrice() }} {{ Country()->currancy_code }} @endif
@endif