{{--
From Date
To Date
--}}
{!!Helper::getListAddBtn($bowelchartcreateurl,"Add Bowel")!!}
@if(!empty($bowelData)) @foreach($bowelData as $tableData) @endforeach @endif
Time Type Quantity Colour Intervention Notes Added by
{{$tableData->time??""}} {{$tableData->type??""}} {{$tableData->quantity??""}} {{$tableData->colour??""}} {{$tableData->intervention??""}} {{$tableData->notes??""}} {{$tableData->addedby??""}} @php $route = route('bowelchart.edit', [$tableData->id,'report_id'=>$report_id]); if (!empty($isMobile) && !empty($JWTtoken)) { $route = route('bowelchart.edit', [$tableData->id,'report_id'=>$report_id,'is_mobile' => 1, 'token' => $JWTtoken]); } @endphp {!!Helper::getEditSvgIcon($route) . Helper::getDeleteSvgIcon("javascript:;","actionBowelDelete")!!}