{{--

--}}
{!! Form::label('start_hour_login_restricitions', __('business.start_hour') . ':') !!}
{!! Form::text('start_hour_login_restricitions', $business->start_hour_working, ['class' => 'form-control working_hours', 'readonly', 'style' => 'width: 100%','placeholder' => __('business.start_hour')]); !!}
{!! Form::label('end_hour_login_restricitions', __('business.end_hour') . ':') !!}
{!! Form::text('end_hour_login_restricitions', $business->end_hour_working, ['class' => 'form-control working_hours', 'readonly', 'style' => 'width: 100%', 'placeholder' => __('business.end_hour')]); !!}
{!! Form::label('apply_to_login_restrictions', __('business.apply_to') . ':') !!}
{!! Form::select('apply_to_login_restrictions[]', $role_db, json_decode($business->apply_to_working_hours), ['class' => 'form-control select2', 'style' => 'width: 100%;', 'multiple', 'id' => 'apply_to', $business->working_hours_enable == 0 ? '' : 'required']); !!}