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