@extends('layout.layout') @section('title') Record Sample @endsection @section('backurl') /record_sample @endsection @section('content')
Visit ID {{$visitId}}
Clinical Study {{$clinicalStudyName}}
Subject ID {{$subjectId}}

{{ __('Record Sample') }}

@csrf @method('POST')
@foreach($array as $key => $singleSampleType) @if($singleSampleType['status'] == 'fail')
This Sample Duration is Not Completed
@else
@if($singleSampleType['data']->limit == null)
@else
@endif
@endif @endforeach
@foreach($charges as $key => $singleCharge) @if($singleCharge->type == "Per Hour")
@else
@endif @endforeach
@endsection