File: /var/www/vhost/disk-apps/qas.sports-crowd.com/resources/views/paymentGateway/pay/error.blade.php
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Página no encontrada | Sports Crowd</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
background-color: #fff;
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 100;
height: 100vh;
margin: 0;
}
.position-ref {
position: relative;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.full-height {
height: 100vh;
}
.code {
border-right: 2px solid;
font-size: 26px;
padding: 0 15px 0 15px;
text-align: center;
}
.message {
font-size: 18px;
text-align: center;
}
</style>
</head>
<body>
<div class="flex-center position-ref full-height">
<div class="code">{{ $code ?? '404'}}</div>
<div class="message" style="padding: 10px;">{{ $error ?? 'La página que buscas no existe.' }}</div>
</div>
</body>