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