@if(app()->getLocale()=='en')
@else
@endif
@if(count(GetProductsByCategory($sub_category->id)['products'])>0)
@if($category->estore_availibility==1)
@if($product->status=='1')
@else
Contact EIZO
@endif
@endif
@else
@if($category->estore_availibility==1)
@if($product->status=='1')
@else
Contact EIZO
@endif
@endif
@endif
@endforeach
@endif
{{app()->getLocale()=="en" ? $sub_category->name : $sub_category->nameae}}
@foreach(GetProductsByCategory($sub_category->id)['products'] as $i => $product) @if(($i+1) % 2 == 0){!! app()->getLocale()=='en'?$product->content:$product->contentar !!}
{!! app()->getLocale()=='en'?$product->content:$product->contentar !!}