{{ __('Request Information') }}
  • {{ __('Request No.') }} : {{ ucfirst($group['invoice_no']) }}
  • {{ __('Patient Name') }} : {{ ucfirst($group['patname']) . ' ' . ucfirst($group['last_name']) }}
@php $can_edit_medical_report = 0; @endphp @can('edit_medical_report') @php $can_edit_medical_report = 1; @endphp @endcan @isset($group->tests) @foreach ($group->all_tests as $test) @if ($can_edit_medical_report) Test name: {{ $test->test->name }} @else

Test name: {{ $test->test->name }}

@endif
Test Sample Barcode(s)
@foreach ($test->samples($test->group_id, $test->test_id) as $sample)
{{ $sample->barcode }} {{ $sample->accession_no ? "($sample->accession_no)" : '' }}
@can('edit_sample')
@endcan @canany(['edit_task', 'create_task'])
@if ($sample->task) @else @endif
@endcan
@endforeach @endforeach @endisset
@can('create_sendoff') {{ __('Add to Send Out') }} @endcan {{ __('Print barcode') }} {{-- @can('edit_medical_report') {{ __('Enter report') }} @endcan --}}