{{--
From Date
To Date
--}}
{!!Helper::getListAddBtn($oxygenchartcreateurl,"Add Oxygen")!!}
@if(!empty($oxygenData)) @foreach($oxygenData as $tableData) @endforeach @endif
Date Time Reading (%) Probe Placement Suctioning Required Post-Suction Reading (%) Added By
{{$tableData->date->format('d-m-Y')??""}} {{$tableData->time??""}} {{$tableData->reading??""}} {{$tableData->probe_placement??""}} {{($tableData->suctioning_required ?? 0) == 1 ? 'Yes' : 'No' }} {{$tableData->reading_post_suctioning??""}} {{$tableData->addedby??""}} @php $route = route('oxygen_saturation.edit', [$tableData->id,'report_id'=>$report_id]); if (!empty($isMobile) && !empty($JWTtoken)) { $route = route('oxygen_saturation.edit', [$tableData->id,'report_id'=>$report_id,'is_mobile' => 1, 'token' => $JWTtoken]); } @endphp {!!Helper::getEditSvgIcon($route) . Helper::getDeleteSvgIcon("javascript:;","actionOxygenDelete")!!}