@for($i = 0; $i < 2; $i++)
@php(
$counter = 0
)
@foreach($value->images as $image)
@if($image->position == ($i + 1))
@if(isset($image->image))
![image]()
@endif
@php(
$counter++
)
@break
@endif
@endforeach
@if($counter == 0)
@endif
@endfor
@for($i = 2; $i < 4; $i++)
@php(
$counter = 0
)
@foreach($value->images as $image)
@if($image->position == ($i + 1))
@if(isset($image->image))
![image]()
@endif
@php(
$counter++
)
@break
@endif
@endforeach
@if($counter == 0)
@endif
@endfor