HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /var/www/devs.lapieza.net/resources/views/errors/
Upload File :
Current File : /var/www/devs.lapieza.net/resources/views/errors/500.blade.php
<!doctype html>
<html class="no-js" lang="">

<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>Negocios La Pieza.DO | Registrate o Inicia Sesión</title>
    <meta name="description" content="Registro e Inicio de Sesión para negocios de La Pieza.DO">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!-- Favicon -->
    <link rel="shortcut icon" type="image/x-icon" href="{{ static_asset('img/favicon.png') }}">
    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="{{ static_asset('assets/registrocomercio/registro-form/assets/css/bootstrap.min.css') }}">
    <!-- Fontawesome CSS -->
    <link rel="stylesheet" href="{{ static_asset('css/fontawesome-all.min.css') }}">
    <!-- Flaticon CSS -->
    <link rel="stylesheet" href="{{ static_asset('font/flaticon.css') }}">
    <!-- Google Web Fonts -->
    <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&amp;display=swap" rel="stylesheet">
    <!-- Custom CSS -->
    <link rel="stylesheet" href="{{ static_asset('css/style.css') }}">
    <link rel="stylesheet" href="{{ static_asset('assets/css/sweetalert2.min.css') }}">
</head>

<body>

    
<section class="text-center py-6">

	<div class="container">

		<div class="row">

			<div class="col-lg-6 mx-auto">

				<img src="{{ static_static_asset('assets/img/500.svg') }}" class="img-fluid w-75">

				<h1 class="h2 fw-700 mt-5">{{ translate("Something went wrong!") }}</h1>

		    	<p class="fs-16 opacity-60">{{ translate("Sorry for the inconvenience, but we're working on it.") }} <br> {{ translate("Error code") }}: 500</p>
                <a href="{{ route('home') }}" class="btn btn-primary mt-4 px-5 py-2" style="font-size: 16px; font-weight: 600;">
                    Volver al inicio
                </a>

			</div>

		</div>

	</div>

</section>

    <!-- jquery-->
    <script src="{{ static_asset('js/jquery.min.js') }}"></script>
    <!-- Bootstrap js -->
    <script src="{{ static_asset('js/bootstrap.min.js') }}"></script>
    <!-- Imagesloaded js -->
    <script src="{{ static_asset('js/imagesloaded.pkgd.min.js') }}"></script>

</body>

</html>