@extends('layouts.app') @php $seo = array ( 'title' => App::getLocale() == 'en' ? 'Partner Service: Exclusive Support | Inovation Travel' : 'Conviértete en Socio y Transforma Tus Vacaciones | Inovation Travel', 'description' => App::getLocale() == 'en' ? 'Are you an Inovation Travel partner? Access our Member Support team. We are available to help you with your reservations, questions and personalized assistance.' : 'Conviértete en socio de Inovation Travel y eleva tus vacaciones en Riviera Nayarit. Accede a beneficios exclusivos en Marival Resorts y regala a tu familia experiencias inolvidables.', 'imagen' => asset('/storage/images/op/inovations-travel-opengraph.jpg'), 'url' => App::getLocale() == 'en' ? 'https://inovationtravel.com/customer-service/' : 'https://inovationtravel.com/es/conviertete-en-socio/', ); $survey_id = ''; $loader = ''; switch ($client) { case ($client == 'INO-ENG-ESTATES' || $client == 'INO-ESP-ESTATES'): # Encuesta INO-ENG-ESTATES, INO-ESP-ESTATES # Formulario 1 y 2 $survey_id = App::getLocale() == 'en' ? 'inline/63/3zqlhk' : 'inline/61/pbtyi5'; $loader = App::getLocale() == 'en' ? 'loader_63.js' : 'loader_61.js'; break; case ($client == 'MVC-ESP-PLATINUM' || $client == 'MVC-ENG-PLATINUM'): # Encuesta IMVC-ESP-PLATINUM, MVC-ENG-PLATINUM # Formulario 3 y 4 $survey_id = App::getLocale() == 'es' ? 'inline/55/ekcadj' : 'inline/53/im6qp9'; $loader = App::getLocale() == 'es' ? 'loader_55.js' : 'loader_53.js'; break; case ($client == 'MVC-ENG-GOLD' || $client == 'MVC-ESP-GOLD'): # Encuesta MVC-ENG-GOLD, MVC-ESP-GOLD # Formulario 5 y 6 $survey_id = App::getLocale() == 'en' ? 'inline/51/4s0091' : 'inline/47/mqckhy'; $loader = App::getLocale() == 'en' ? 'loader_51.js' : 'loader_47.js'; break; case ($client == 'INO-ENG-VILLA' || $client == 'INO-ESP-VILLA'): # Encuesta INO-ENG-VILLA, INO-ESP-VILLA # Formulario 7 y 8 $survey_id = App::getLocale() == 'en' ? 'inline/49/bwoh2s' : 'inline/45/d64ljf'; $loader = App::getLocale() == 'en' ? 'loader_49.js' : 'loader_45.js'; break; case ($client == 'INO-ENG-EOL' || $client == 'INO-ESP-EOL'): # Encuesta INO-ENG-EOL, INO-ESP-EOL # Formulario 9 y 10 $survey_id = App::getLocale() == 'en' ? 'inline/41/g65v0i' : 'inline/35/iir83u'; $loader = App::getLocale() == 'en' ? 'loader_41.js' : 'loader_35.js'; break; default: # code... break; } @endphp @push('css') @endpush @section('content')
@endsection