{{--
| Date | Time | Systolic (mm Hg) | Diastolic (mm Hg) | Pulse (Per Min) | Added by | |
|---|---|---|---|---|---|---|
| {{$tableData->date->format('d-m-Y') ??""}} | {{$tableData->time??""}} | {{$tableData->systolic??""}} | {{$tableData->diastolic??""}} | {{$tableData->pulse??""}} | {{$tableData->addedby??""}} | @php $route = route('bloodpressure.edit', [$tableData->id,'report_id'=>$report_id]); if (!empty($isMobile) && !empty($JWTtoken)) { $route = route('bloodpressure.edit', [$tableData->id,'report_id'=>$report_id,'is_mobile' => 1, 'token' => $JWTtoken]); } @endphp {!!Helper::getEditSvgIcon($route) . Helper::getDeleteSvgIcon("javascript:;","actionBloodDelete")!!} |