@if($product->getMedia('product_image')->count() > 0)
@foreach($product->getMedia('product_image') as $media)
@endforeach
@endif