| {{$tableData->created_at->format('d-m-Y')}} |
{{$tableData->title}} |
{{$tableData->goal_yes_no}} |
{{$tableData->summary}} |
{{$tableData->addedby}} |
@php
$route = route('shiftcasegoal.edit', [$tableData->id,'report_id'=>$report_id]);
if (!empty($isMobile) && !empty($JWTtoken)) {
$route = route('shiftcasegoal.edit', [$tableData->id,'report_id'=>$report_id,'is_mobile' => 1, 'token' => $JWTtoken]);
}
@endphp
{!!Helper::getEditSvgIcon($route) . Helper::getDeleteSvgIcon("javascript:;","actionGoalDelete")!!}
|
@endforeach