@if(isset($allergyResult) && count($allergyResult) > 0) @foreach($allergyResult as $agyKey => $agyRow) @php $agyLabel = ($agyKey == 0) @endphp @include('admin.global-items.ajax.allergy_template', [ 'agyRow' => $agyRow, 'label' => $agyLabel, 'agyKey' => $agyKey ]) @endforeach @endif