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