{{ Form::label_styled('SERVICE OPTIONS', 'label-top-pad', \App\Helpers\FormComponentHelper::SIZE_SMALL, 11) }}
{{ Form::hidden('do_add_'.$service->service, $do_add, ['id'=>'do_add_'.$service->service]) }}
{{ Form::label_col('', 1, \App\Helpers\FormComponentHelper::SIZE_TINY, 'label-grey', 'img-col') }}
{{ Form::label_grey_col("OPTION", 4) }}
{{ Form::label_grey_col("PRICE", 2) }}
{{ Form::label_grey_col("DURATION", 2) }}
@foreach($service_options as $service_option)
@include('business.service._service_option', compact('business', 'service_cat', 'service', 'service_option'))
@endforeach
{{ Form::button_tiny("ADD AN OPTION", "grandchild_list_manager.add_one('".\App\Models\Service_Option::add_url($business, $service_cat, $service)."',
grandchild_selector.calc_new_handle_id('".$service->service."'));",
"add_child_".$service->service."_grandchild_btn") }}