• {{ Form::drag_drop_col() }} {{ Form::open_close_col("child_".$menu_section->menu_section, "show_hide_grandchildren(1, 'child_".$menu_section->menu_section."'); grandchild_list_manager.get_one('". action('MenuItemController@menu_items', compact('menu_section')) ."', 'child_".$menu_section->menu_section."_grandchildren', 'do_after_load_grandchildren');", "show_hide_grandchildren(0, 'child_".$menu_section->menu_section."');") }} {{ Form::link_label_col($menu_section->name . ($menu_section->hide_header == 1 ? ' (hidden)' : ''), "child_list_manager.edit_one( '". $menu_section->edit_url ."', child_selector.calc_handle_id('".$menu_section->menu_section."'));", 8, \App\Helpers\FormComponentHelper::SIZE_LARGE) }}