@if(app()->getLocale()=='en')
@else
@endif
@foreach($category->childs as $i => $childCategory)
@if(count(GetProductsByCategory($childCategory->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
@endforeach
{{app()->getLocale()=='en'?$childCategory->name:$childCategory->nameae}}
@foreach(GetProductsByCategory($childCategory->id)['products'] as $i => $product) @if(($i+1) % 2 == 0){!! app()->getLocale()=='en'?$product->content:$product->contentar !!}
{!! app()->getLocale()=='en'?$product->content:$product->contentar !!}