{{ Form::label_styled($title, null, \App\Helpers\FormComponentHelper::SIZE_SMALL, 1, null, null, 'day-div') }} {{ Form::select_styled($fieldname.'_open', $open, $hours_of_operation, 1, null, null, 'hours-select-div') }} {{ Form::label_styled('to', null, \App\Helpers\FormComponentHelper::SIZE_SMALL, 1, null, null, 'to-div') }} {{ Form::select_styled($fieldname.'_close', $close, $hours_of_operation, 1, null, null, 'hours-select-div') }} {{ Form::label_styled('and', null, \App\Helpers\FormComponentHelper::SIZE_SMALL, 1, null, null, 'business-hour-ext and-div') }} {{ Form::select_styled($fieldname.'_open_ext', $open_ext, $hours_of_operation, 1, null, null, 'hours-select-div business-hour-ext') }} {{ Form::label_styled('to', null, \App\Helpers\FormComponentHelper::SIZE_SMALL, 1, null, null, 'business-hour-ext to-div') }} {{ Form::select_styled($fieldname.'_close_ext', $close_ext, $hours_of_operation, 1, null, null, 'hours-select-div business-hour-ext') }} {{ Form::checkbox_ex($fieldname.'_appt_only', $appt_only, 'Appointment Only', null, null, 3, null) }}