first(); ?> Help Topic : {!! $help_topic_name->topic !!}
Date Range : {!! reset($table_datas[0]) !!} --- {!! end($table_datas)->date !!}

SUMMARY @if(array_key_exists(1, $table_datas) && $table_datas[1]->open) @endif @if(array_key_exists(1, $table_datas) && $table_datas[1]->closed) @endif @if(array_key_exists(1, $table_datas) && $table_datas[1]->reopened) @endif '; echo ''; if ($table_data->open) { echo ''; $table_open += $table_data->open; } if ($table_data->closed) { echo ''; $table_closed += $table_data->closed; } if ($table_data->reopened) { echo ''; $table_reopened += $table_data->reopened; } echo ''; } ?>
DateCreatedClosedReopened
' . $table_data->date . '' . $table_data->open . '' . $table_data->closed . '' . $table_data->reopened . '
@if(array_key_exists(1, $table_datas)) @endif
TOTAL IN PROGRESS : {!! $table_datas[1]->inprogress !!} @if($table_data->open) TOTAL CREATED : {!! $table_open !!} @endif @if($table_data->reopened) TOTAL REOPENED : {!! $table_reopened !!} @endif @if($table_data->closed) TOTAL CLOSED : {!! $table_closed !!} @endif