<!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="<?php echo e(static_asset('img/favicon.png')); ?>">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="<?php echo e(static_asset('assets/registrocomercio/registro-form/assets/css/bootstrap.min.css')); ?>">
<!-- Fontawesome CSS -->
<link rel="stylesheet" href="<?php echo e(static_asset('css/fontawesome-all.min.css')); ?>">
<!-- Flaticon CSS -->
<link rel="stylesheet" href="<?php echo e(static_asset('font/flaticon.css')); ?>">
<!-- Google Web Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="<?php echo e(static_asset('css/style.css')); ?>">
<link rel="stylesheet" href="<?php echo e(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="<?php echo e(static_asset('assets/img/404.svg')); ?>" class="mw-100 mx-auto mb-5" height="300">
<h1 class="fw-700"><?php echo e(translate('Page Not Found!')); ?></h1>
<p class="fs-16 opacity-60"><?php echo e(translate('The page you are looking for has not been found on our server.')); ?></p>
<a href="<?php echo e(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="<?php echo e(static_asset('js/jquery.min.js')); ?>"></script>
<!-- Bootstrap js -->
<script src="<?php echo e(static_asset('js/bootstrap.min.js')); ?>"></script>
<!-- Imagesloaded js -->
<script src="<?php echo e(static_asset('js/imagesloaded.pkgd.min.js')); ?>"></script>
</body>
</html><?php /**PATH /var/www/devs.lapieza.net/resources/views/errors/404.blade.php ENDPATH**/ ?> |