@foreach ($categories as $key => $category)
@widget('ProductsGrid',['cat_id' => $category->id])
@endforeach