@if(isset($images) && count($images)) @foreach($images as $index => $image)
{{ $image->image }}
@if(count($images) == 1) @else @if($index === 0 && count($images) === 1) @endif @endif
@endforeach @endif