@if(count($combinations) > 0)
|
@php
if(isset($combination["image"])){
$b = $combination["image"];
$b;
}else{
$b = null;
}
@endphp
|