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

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