{{ __('Requisition Information') }}

@if(isset($sample_recollections) && is_null($sample_recollections['new_sample_id']) == false) @endif

{{__('Test Information')}}

@if(isset($sample_recollections))

{{__('New Samples Information')}}

@endif

{{__('Patient Information')}}

@if(isset($sample_recollections) && is_null($sample_recollections['sample_id'])) @else @endif

{{__('Patient Information')}}

{{__('Recollection Information')}}

{{__('Extraction Details')}}

@if(isset($sample_recollections))
@if(isset($sample_recollections)) @endif
@endif

{{ __('Attachments') }}

    @if (isset($sample_recollections) && count($sample_recollections->attachments) > 0) @foreach ($sample_recollections->attachments as $attach)
  • {{ $attach['orig_file_name'] }} @endforeach @endif
@if(isset($sample_recollections))

{{__('Note Details')}}

@foreach ($sample_recollections->notes as $note)
Avatar
{{ $note->user->name }}
{{ $note->notes }}
{{ date('M d, Y | h:i a', strtotime($note->created_at)) }}
@endforeach
@endif @section('scripts') @endsection