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