-
@foreach ($data['product']['image'] as $item)
@if (!empty($item['image']) && CheckFileInServer($item['image']))
@endif
@endforeach