@include('site/header') @php $array_meses = ['','Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre']; @endphp
{{-- Portada --}}
@if (isset($imagen_portada) && !empty($imagen_portada)) Circuitos @endif
Circuitos

Relajate

Disfruta

Tu Circuito

Ya EstaListo

{{-- Buscador de Viajes --}}

¡Encuentra tu próximo viaje!

{{-- Viajes --}}

Nuestros Circuitos

@foreach ($categorias as $categoria)

{{ $categoria }}

@php $contador = 0; @endphp @foreach ($viajes as $viaje) @if ($contador < 4 && $viaje->categoria->nombre == $categoria)
imagen_portada)) { $imagePath = isset($viaje->imagen_portada) ? $viaje->imagen_portada : '/images/no-image.webp'; $imageUrl = file_exists(public_path($imagePath)) ? env('APP_URL') . $imagePath : env('APP_URL') . '/images/no-image.webp'; } else { $imagePath = isset($viaje->destino->image->first()->path) ? $viaje->destino->image->first()->path : '/images/no-image.webp'; $imageUrl = file_exists(public_path($imagePath)) ? env('APP_URL') . $imagePath : env('APP_URL') . '/images/no-image.webp'; } @endphp style="background-image:url({{ $imageUrl }});" >

Desde {{ (isset($viaje->precio)) ? '$'.number_format($viaje->precio, 0, ',', '.') : '' }}

@if ($viaje->estado == 4)

Completo

@endif

{{ $viaje->destino->ciudad ?? '' }}

{{ substr(($array_meses[(date('m', strtotime($viaje->fecha_hora_salida)) < 10) ? (str_replace('0', '', date('m', strtotime($viaje->fecha_hora_salida)))) : date('m', strtotime($viaje->fecha_hora_salida))]), 0, 3) }} {{ date('d', strtotime($viaje->fecha_hora_salida)) }} @if ($viaje->noches > 0) · {{ $viaje->noches }} Noches @endif

{{--

{{ (isset($viaje->precio)) ? '$'.number_format($viaje->precio, 0, ',', '.') : '' }}

--}}
@php $contador++; @endphp @endif @endforeach @if ($contador >= 4) @endif
@endforeach
{{-- Sobre Nosotros --}}
@if (!empty($data_web['quienes_somos']))

¿Quiénes Somos?

@php echo $data_web['quienes_somos'] @endphp @endif
0

Años

0

Viajes

{{-- Testimonios --}} @if (!empty($data_web['texto_testimonio_1']) || !empty($data_web['texto_testimonio_2']) || !empty($data_web['texto_testimonio_3']))
@if (!empty($data_web['texto_testimonio_1']))

{{$data_web['texto_testimonio_1'] ?? ''}}

{{$data_web['nombre_testimonio_1'] ?? ''}}

@endif @if (!empty($data_web['texto_testimonio_2']))

{{$data_web['texto_testimonio_2'] ?? ''}}

{{$data_web['nombre_testimonio_2'] ?? ''}}

@endif @if (!empty($data_web['texto_testimonio_3']))

{{$data_web['texto_testimonio_3'] ?? ''}}

{{$data_web['nombre_testimonio_3'] ?? ''}}

@endif
@endif {{-- Banner Contacto --}}

¿Tienes alguna pregunta?

No dudes en consultarnos haciendo click en "Contacto"

Contacto
{{--
--}} {{--

Nuestros Circuitos

--}}
@include('site/footer') {{-- --}}