{!!Helper::getListAddBtn($behaviourlogaddoptioncreateurl,"Add Behaviour Log")!!}
@if(!empty($behaviourlogData)) @foreach($behaviourlogData as $tableData) @endforeach @endif
Date Start Time Finish Time Place Staff Possible Triggers Behaviour / Incident Types Action taken to manage Behaviour Follow up actions Function of Behaviour What happens after Behaviour Added by
{{$tableData->created_at->format('d-m-Y')}} {{$tableData->time}} {{$tableData->finish_time}} {{$tableData->placesTitle}} {{$tableData->staff}} {{$tableData->triggerTitle}} {{$tableData->insiTitle}} {{$tableData->actionTitle}} {{$tableData->follow_up_action}} {{$tableData->function_of_behaviour}} {{$tableData->what_happ_after_behavior}} {{$tableData->addedby}} @php $route = route('behaviourlogaddoption.edit', [$tableData->id,'report_id'=>$report_id]); if (!empty($isMobile) && !empty($JWTtoken)) { $route = route('behaviourlogaddoption.edit', [$tableData->id,'report_id'=>$report_id,'is_mobile' => 1, 'token' => $JWTtoken]); } @endphp {!!Helper::getEditSvgIcon($route) . Helper::getDeleteSvgIcon("javascript:;","actionBehaviourDelete")!!}