@extends('layout.layout') @section('title') Record Sample @endsection @section('backurl') /record_sample @endsection @section('content')

{{ $user->erxId }}

{{ $subjectId }}

{{ $visitId }}

{{ $type }}

{{ convert_mm_dd_yyyy($date) }}

@csrf @method('POST')
@foreach ($array as $key => $singleSampleType) @if ($singleSampleType['status'] == 'fail')
This Sample Duration is Not Completed
@else

{{ $errors->first('costCenterId') }}

@if ($singleSampleType['data']->limit == null)
@if($singleSampleType['data']->no_collection == 'Yes') @else @endif @if ($singleSampleType['data']->isQll == 1)

Current QLL: @if ($singleSampleType['data']->qll > $singleSampleType['data']->limit) {{ $singleSampleType['data']->qll }} @else {{ $singleSampleType['data']->qll }} @endif

@endif
@else
@if($singleSampleType['data']->no_collection == 'Yes') @else @endif @if ($singleSampleType['data']->isQll == 1)

Current QLL: @if ($singleSampleType['data']->qll > $singleSampleType['data']->limit) {{ $singleSampleType['data']->qll }} @else {{ $singleSampleType['data']->qll }} @endif

@endif
@endif
@if($singleSampleType['data']->no_collection == 'Yes') @else @endif
Cost Center
Description
@endif @endforeach
Name:
Compensation
@foreach ($charges as $key => $singleCharge) @if ($singleCharge->type == 'Per Hour')
@else
@endif @endforeach
@endsection