@if(count($product_ids) > 0)
@foreach ($product_ids as $key => $id) @php $product = \App\Product::findOrFail($id); @endphp @endforeach
Image
@endif