@include('host_experiences.manage_experience.header', ['header_inverse' => true])

{{trans('experiences.manage.what_else_guests_know')}}

{{trans('experiences.manage.notes_page_desc')}}

{!! Form::select('title_language[]', $languages, 'en', ['class' => 'form-control input-title', 'id' => 'input_status', 'placeholder' => 'Select','disabled']) !!}

@{{character_length_validation(1, 200, host_experience.notes.length)}}

@{{form_errors.notes[0]}}

{{trans('experiences.manage.is_there_nothing_else_guests_should_know')}}

@include('host_experiences.manage_experience.languageTraslate', ['column' => 'notes','max_len'=>200,'text_area'=>true])
@include('host_experiences.manage_experience.control_buttons')
@include('host_experiences/manage_experience/mobile_preview')