{!!Helper::getListAddBtn($foodanddrinkchartcreateurl,"Add Food and Drink")!!}
@if(!empty($foodData)) @foreach($foodData as $tableData) @endforeach @endif
Date Time Record of Food Eaten Record of Drink Added by
{{$tableData->created_at->format('d-m-Y')}} {{$tableData->time}} {{$tableData->record_of_food_eaten}} {{$tableData->record_of_drink}} {{$tableData->addedby}} @php $route = route('foodanddrinkchart.edit', [$tableData->id,'report_id'=>$report_id]); if (!empty($isMobile) && !empty($JWTtoken)) { $route = route('foodanddrinkchart.edit', [$tableData->id,'report_id'=>$report_id,'is_mobile' => 1, 'token' => $JWTtoken]); } @endphp {!!Helper::getEditSvgIcon($route) . Helper::getDeleteSvgIcon("javascript:;","actionFoodDelete")!!}