Click to Upload
@if(isset($data) && strlen($data->images) > 0 && isset($data->images) ) @php $images = explode(',', $data->images); @endphp @foreach($images as $img) @if($img == null) @php continue; @endphp @endif
×
@endforeach @endif