@extends('layouts.app') @section('title') Organic Acid Analysis @endsection @section('css') @endsection @section('breadcrumb')

{{__('Organic Acid Analysis')}}

@endsection @section('content')

{{ __('Edit Organic Acid Analysis') }}

date != "") value="{{$oaa->date}}" @endif>
start_range != null) value="{{$oaa->start_range}}" @endif> end_range != null) value="{{$oaa->end_range}}" @endif>
@if(isset($oaa)) @foreach($first_2 as $sample) @php $status = $sample->sample != null ? $sample->sample->sample_status : '' @endphp @endforeach @foreach($oaa_samples as $sample) @php $status = $sample->sample != null ? $sample->sample->sample_status : '' @endphp @endforeach @endif
Name Sample Barcode Custom Code Crea mmol/L IS Volume urine/water 37% HCI Hydroxylamine Chloride NaCl Ethyl Acetate DERIVATIZATION
µL
µL
µL
ml
@if ($sample->sample) @if ($sample->sample->imported) @else @endif @else @endif
µL
µL
µL
ml
{{ __('Remarks') }}
@endsection @section('scripts') @endsection