| {{$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")!!}
|
@endforeach