{{translate('Products_in')}} : {{$collection->name}}
#
{{translate('Product')}}
{{translate('Actions')}}

@if(isset($products) && $products->count() > 0) @foreach($products as $product)
{{$loop->iteration}}
{{$product->name}}
@endforeach @endif