@extends('layouts.app') @php $seo = array ( 'title' => App::getLocale() == 'en' ? 'Discover Nayarit\'s Paradise Destinations | Inovation Travel' : 'Descubre los Destinos Paradisíacos de Nayarit | Inovation Travel', 'description' => App::getLocale() == 'en' ? 'Explore the beautiful beaches of the Riviera Nayarit, the golf courses of Nuevo Vallarta and the surfing charm of Punta de Mita, your next tropical adventure awaits with Inovation Travel!' : 'Explora las hermosas playas de la Riviera Nayarit, los campos de golf de Nuevo Vallarta y el encanto surfista de Punta de Mita, ¡tu próxima aventura tropical te espera con Inovation Travel!', 'imagen' => asset('/storage/images/op/inovations-travel-opengraph.jpg'), 'url' => App::getLocale() == 'en' ? 'https://inovationtravel.com/destinations/' : 'https://inovationtravel.com/es/destinos/', ); @endphp @push('css') @vite('resources/sass/website/pages/destination.scss') @endpush @section('content')

{!! __('destination.location.1.title') !!}

{!! __('destination.location.1.description') !!}

{!! __('destination.location.1.title') !!}

{!! __('destination.location.2.title') !!}

{!! __('destination.location.2.description') !!}

{{-- --}}
{!! __('destination.location.2.title') !!}

{!! __('destination.location.3.title') !!}

{!! __('destination.location.3.description') !!}

{{-- --}}
{!! __('destination.location.3.title') !!}
@endsection