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

{{ $user->erxId }}

{{ $subjectId }}

{{ $visit->visitId }}

{{ $visit->typeName }}

scheuleDate)) }}" />

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

@csrf @method('PUT')
@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 {{--

{{ $errors->first('quantity.0.0') }}

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

{{ $errors->first('quantity.0.0') }}

--}}
@endif
Cost Center
Description
@endif @endforeach
Name:
Compensation
@foreach ($charges as $key => $singleCharge) @if ($singleCharge->type == 'Per Hour')
@else
@endif @endforeach
{{ Str::length(old('justification')) ?? '0' }} characters reached

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

@endsection