• {{ Form::drag_drop_col(\App\Helpers\FormComponentHelper::SIZE_SMALL) }} {{ Form::link_label_col($service_option->name .($service_option->hide == 1 ? ' (hidden)' : ''), "grandchild_list_manager.edit_one('". \App\Models\Service_Option::edit_url($service_option->service_option)."', grandchild_selector.calc_handle_id('".$service_option->service_option."') );", 4, \App\Helpers\FormComponentHelper::SIZE_TINY, 'label-grey') }} {{ Form::label_grey_col($service_option->price, 2, \App\Helpers\FormComponentHelper::SIZE_TINY) }} @if ($service->package == 1) {{ Form::label_grey_col($service_option->duration_total, 2, \App\Helpers\FormComponentHelper::SIZE_TINY) }} @else {{ Form::label_grey_col($service_option->duration, 2, \App\Helpers\FormComponentHelper::SIZE_TINY) }} @endif