@extends('layouts.app') @php $seo = array ( 'title' => App::getLocale() == 'en' ? 'Privacy Notice | Inovation Travel' : 'Aviso de Privacidad | Inovation Travel', 'description' => App::getLocale() == 'en' ? 'Learn how Inovation Travel (Travel Marketing 500, S. de R.L. de C.V.) protects your personal information. We guarantee the security and responsible handling of your information for your peace of mind.' : 'Conoce cómo Inovation Travel (Travel Marketing 500, S. de R.L. de C.V.) protege tus datos personales. Garantizamos la seguridad y el manejo responsable de tu información para tu tranquilidad.', 'imagen' => asset('/storage/images/op/inovations-travel-opengraph.jpg'), 'url' => App::getLocale() == 'en' ? 'https://inovationtravel.com/privacy-notice/' : 'https://inovationtravel.com/es/aviso-de-privacidad/', ); @endphp @section('content')

{{ __('privacy.title') }}

{!! __('privacy.description') !!}
@endsection