@if (isset($open_close) && $open_close)
{{ Form::open_close_col($col, 'show_hide_'.$col.'(1);', 'show_hide_'.$col.'(0);', 'open') }}
@endif
{{ Form::label_title($title, \App\Helpers\FormComponentHelper::SIZE_MEDIUM, null, null) }}
{{ Form::label_styled(\App\Helpers\ReportingHelper::get_delta_string($list_growth['data'][$col.'_change']),
\App\Helpers\ReportingHelper::calc_delta_class($list_growth['data'][$col.'_change']),
\App\Helpers\FormComponentHelper::SIZE_MEDIUM, null) }}
@if (isset($on_click))
{{ Form::button_ex('details', $on_click, null, null, \App\Helpers\FormComponentHelper::SIZE_TINY) }}
@endif
{{ Form::label_title(\App\Helpers\Format_Helper::format_int($list_growth['data'][$col]), \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}