File: /var/www/vhost/disk-apps/qas.sports-crowd.com/resources/views/tickets/getPinMultiple.blade.php
<!doctype html>
<html lang="{{ app()->getLocale() }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Portal Boletería {{ $corporateIdentity->platform_name }} | Sports Crowd</title>
<!-- Fonts -->
<link rel="icon" href="{{ asset($corporateIdentity->logo) }}">
<link rel="stylesheet" href='../js/bootstrap/css/bootstrap.min.css'>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="canonical" href="https://getbootstrap.com/docs/5.1/examples/sign-in/">
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.3/css/font-awesome.css">
<!-- Styles -->
<style>
html,
body {
height: 100%;
}
body {
display: flex;
font-family: 'Lato', Helvetica, Arial, sans-serif;
align-items: center;
justify-content: center;
}
h1 {
font-weight: bold;
}
h2 {
margin-top: 20px;
font-weight: bold;
}
.content {
display: flex;
flex-flow: column;
justify-content: center;
text-align: center;
border-radius: 10px;
box-shadow: 0 1px 6px 0px grey;
min-width: 300px;
padding: 20px;
}
.panel {
margin: 0px !important;
}
.form-notes {
max-width: 300px;
}
.form-search {
display: flex;
justify-content: center;
}
.form-footer {
padding: 20px 0;
}
.resizing-input input,
.resizing-input span {
font-size: 12px;
font-family: Sans-serif;
white-space: pre;
padding: 5px;
column-gap: 20px;
}
</style>
</head>
<div class="content">
<div class="panel panel-default">
<div class="panel-heading">
<h1>Portal Boletería</h1>
</div>
<div class="panel-body text-center">
<div class="form-group form-notes">
<div class="form-group form-inline">
<h3>NOTA:</h3>
<p>Ingresa el PIN que llegó a tu correo para validarlo, y en caso de ser válido, el sistema muestra/descarga las boletas automáticamente.</p>
</div>
<div class="form-group form-inline">
<form class="form form-search resizing-input" action="/download_ticket_for_user/count" method="post">
<input type="hidden" name="url_key" value="{{ $url_key }}">
<input class="form-control" type="text" pattern="^\d{5,5}$" inputmode="numeric" minlength="5" maxlength="5" name="key" id="key" value="" placeholder="Ingresa PIN/Código (5 dígitos)">
<button class="btn btn-primary btn-lg" type="submit" id="download">Consultar</button>
</form>
</div>
</div>
<div class="form-group form-footer">
<img src="{{ config('filesystems.disks.s3.url') }}/public/logo.png" width="200" height="200">
<h2>{{ config('app.name') }}</h2>
</div>
</div>
</div>
</div>
</body>
</html>