@php $count=0; @endphp @foreach($groups as $group) @if($count>0) @endif
barcode {{$group['barcode']}}
{{$group['patient']['name']}}
{{$group['patient']['age']}} / {{$group['patient']['gender']}}
@if($count>0)
@endif @php $count++; @endphp @endforeach