{{get_currency()}}

{{__('Test Components')}}

@php $count=0; $option_count=0; @endphp @if(isset($test)) @foreach($test['components'] as $component) @php $count++; @endphp @if($component['title']) @else @endif @endforeach @endif
{{__('Name')}} {{__('Unit')}} {{__('Result')}} {{__('Reference Range')}} {{__('Separated')}} {{__('status')}}
@if($component['type']=='select') @foreach($component['options'] as $option) @php $option_count++; @endphp @endforeach
{{__('Option')}}
@endif
@if($component['separated'])
{{__('Price')}}
{{get_currency()}}
@endif