@php $qty = 0; foreach ($elements as $elm) { foreach ($elm as $key => $value) { $qty +=1; } } @endphp @if ($qty > 1)
@endif