{{--
| Date | Start Time | Finish Time | Setting Event | Antecedents | Behaviour of concerns | Consequence (Consequence of behaviour) | Response (from staff) | Function of behaviour (Why client did that behaviour) | Added by | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$tableData->date->format('d-m-Y')}} | {{$tableData->time}} | {{$tableData->finish_time}} | {{$tableData->setting_event}} | {{$tableData->antecedents}} | {{$tableData->behaviour_of_concern}} | {{$tableData->consequence}} | {{$tableData->response_from_staff}} | {{$tableData->possible_function}} | {{$tableData->addedby}} | @php $route = route('abclogsheet.edit', [$tableData->id,'report_id'=>$report_id]); if (!empty($isMobile) && !empty($JWTtoken)) { $route = route('abclogsheet.edit', [$tableData->id,'report_id'=>$report_id,'is_mobile' => 1, 'token' => $JWTtoken]); } @endphp {!!Helper::getEditSvgIcon($route) . Helper::getDeleteSvgIcon("javascript:;","actionAbcDelete")!!} |