| {{ $index + 1 }} |
{{ $list->patient_uniqe_id }} |
{{ $list->sample_id ?? '-' }} |
{{ $list->first_name }} {{ $list->middle_name }} {{ $list->last_name }} |
{{ $list->age }} |
{{ $list->lab_name }} |
{{ $list->main_category_name }} |
{{ $list->date }} |
{{ $list->status }} |
@if ($list->status == 'pending' || $list->status == 'resampling')
@endif
|
@endforeach