{{ Form::label_inline($business_hour_exception->description, null, 3) }} {{ Form::label_inline($business_hour_exception->calc_open_close_text(), null, 6) }}
{{ Form::label_grey($business_hour_exception->calc_start_end_text(), 11) }}
@if($business_hour_exception->notes)
{{ Form::label_grey($business_hour_exception->notes, 11) }}
@endif
{{ Form::button_right("Delete", "parent_list_manager.delete_one( '". action('BusinessHourExceptionController@destroy', compact('business', 'bl', 'business_hour_exception') ) ."', parent_selector.calc_handle_id('". $business_hour_exception->business_hour_exception ."') );", null, \App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::button_right("Edit", "parent_list_manager.edit_one( '". action('BusinessHourExceptionController@edit', compact('business', 'bl', 'business_hour_exception') ) ."', parent_selector.calc_handle_id('". $business_hour_exception->business_hour_exception ."') );", null, \App\Helpers\FormComponentHelper::SIZE_TINY) }}