{{__('translation.productcategories')}}
@foreach($products as $i => $product)
@if(($i+1) % 2 == 0)
@else
@endif
@endforeach
{!! app()->getLocale()=='en'?$product->content:$product->contentar !!}
Price: {{number_format($product->price,2)}} SAR
{!! app()->getLocale()=='en'?$product->content:$product->contentar !!}
Price: {{number_format($product->price,2)}} SAR
{!! $products->links('pagination::bootstrap-4') !!}