@extends('layouts.master-simple') @php $seo = array ( 'title' => App::getLocale() == 'en' ? ' 503 | Service Unavailable' : ' 503 | Error interno del servidor', 'description' => App::getLocale() == 'en' ? 'The server is temporarily busy, try again later' : 'El servidor está temporalmente ocupado, ¡inténtalo de nuevo más tarde', 'imagen' => asset('/storage/images/contact-mobile.jpg'), 'url' => App::getLocale() == 'en' ? 'https://marivalarmony.com/' : 'https://marivalarmony.com.mx/', 'nofollow' => 'true', ); @endphp @section('app')

Armony Marival Resort & Spa Punta de Mita – MGallery Collection

503

@if(changeLanguage())

Service Unavailable

The server is temporarily busy, try again later!

Back to home

@else

Error interno del servidor

El servidor está temporalmente ocupado, ¡inténtalo de nuevo más tarde!

Visita la página de inicio

@endif
@endsection