{{ Form::checkbox_row('show_open', $business_hour->show_open,
'Show the "OPEN" graphic on your home page when your hours indicate you are currently open?') }}
{{ Form::hidden('hour_set_value', $business_hour->hour_set, ['id' => 'hour_set_value']) }}
{{ Form::checkbox_row('hour_set', $business_hour->hour_set, 'We have more than one set of hours of operation on each day.',
null, 'hour_set_checkbox' ) }}