@include('host_experiences.manage_experience.header', ['header_inverse' => true])
{{trans('experiences.manage.add_a_meeting_location')}}
{{trans('experiences.manage.where_will_meet_page_desc')}}
{{trans('experiences.manage.step')}} 1: {{trans('experiences.manage.provide_an_address')}}
{{trans('experiences.manage.step')}} 2: {{trans('experiences.manage.drop_a_pin_on_the_map')}}
{{trans('experiences.manage.drag_the_pin_on_the_map_for_exact_location')}}
{{trans('experiences.manage.this_wont_share_with_guests_until_book')}}
{!! Form::select('title_language[]', $languages, 'en', ['class' => 'form-control input-title', 'id' => 'input_status', 'placeholder' => 'Select','disabled']) !!}
@include('host_experiences.manage_experience.languageTraslate', ['column' => 'directions','max_len'=>600,'text_area'=>true])
@include('host_experiences.manage_experience.control_buttons')