@php $tab_img=[]; $img_survol=''; $img_default=''; @endphp @if(count($stock->imagedeclinaisons)>0) @foreach($stock->imagedeclinaisons as $img) @php $tab_img[]=$img->image_id @endphp @if($img->defaut==1) @php $img_default=$img->image_id; @endphp @endif @if($img->survol==1) @php $img_survol=$img->image_id; @endphp @endif @endforeach @endif