@extends('layouts.main') @push('styles') @endpush @section('content')
| Patient's Chronic Investigations | |
|---|---|
| {{ $investigations[$chronic_inv->investigation_id] }} | |
|
{{ __('investigations.investigation') }}
{{ __('investigations.lab_comments') }}
{{ __('investigations.order_comments') }}
{{ __('investigations.urgent') }}
|
|---|
|
{{ Form::select('investigations_id[]', $investigations_to_order, $investigations_ids[$i], ['class' => 'form-control compulsory required investigations_id_class', 'id' => 'investigations_id_' . $counter, 'required']) }}
@if (is_chi_enabled())
@if (is_patient_item_covered($patient_id, $investigations_ids[$i], 3))
Covered by CHI @else Not covered by CHI @endif @endif {{ get_name($investigations_ids[$i], 'id', 'comments', 'investigations') }}
@if($counter == 0)
@else
@endif
|
|
|
|
|