{{--
From Date
To Date
--}}
{!!Helper::getListAddBtn($bglchartcreateurl,"Add BGL")!!}
@if(!empty($bglData)) @foreach($bglData as $tableData) @endforeach @endif
Date Time Reading(mmols) Treatment given (e.g. given sandwich/sweets) Follow-up reading (mmols) Comments e.g. how long since last meal, has client adhered to diet today Added by
{{$tableData->date->format('d-m-Y')}} {{$tableData->time}} {{$tableData->reading}} {{$tableData->treatment_given}} {{$tableData->followup_reading}} {{$tableData->comments}} {{$tableData->addedby}} @php $route = route('bglchart.edit', [$tableData->id,'report_id'=>$report_id]); if (!empty($isMobile) && !empty($JWTtoken)) { $route = route('bglchart.edit', [$tableData->id,'report_id'=>$report_id,'is_mobile' => 1, 'token' => $JWTtoken]); } @endphp {!!Helper::getEditSvgIcon($route) . Helper::getDeleteSvgIcon("javascript:;","actionBglDelete")!!}