@php $viewedProducts = DB::table('products')->where('status', 1)->inRandomOrder()->take(6)->get()->chunk(3); @endphp