@@ -752,7 +752,7 @@
@foreach($appointinfo->other_certification as $k => $v)
@if(!empty($v))
<img class="attchment" data-key="{{$k}}" data-name="other_certification"
- src="{{ $v->response->path }}"/>
+ src="{{ $v->response->path }}?v=1"/>
@endif
@endforeach
</div>