141 lines
6.4 KiB
PHP
141 lines
6.4 KiB
PHP
<html lang="en">
|
|
|
|
<head>
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
|
|
<title>La Pieza.DO | Registro</title>
|
|
|
|
<!-- Bootstrap CSS -->
|
|
<link rel="stylesheet"
|
|
href="{{ static_asset('assets/registrocomercio/registro-form/assets/css/bootstrap.min.css') }}">
|
|
|
|
<!-- External Css -->
|
|
<link rel="stylesheet"
|
|
href="{{ static_asset('assets/registrocomercio/registro-form/assets/css/line-awesome.min.css') }}">
|
|
<link rel="stylesheet"
|
|
href="{{ static_asset('assets/registrocomercio/registro-form/assets/css/owl.carousel.min.css') }}" />
|
|
|
|
<!-- Custom Css -->
|
|
<link rel="stylesheet" type="text/css"
|
|
href="{{ static_asset('assets/registrocomercio/registro-form/assets/css/main.css') }}">
|
|
<link rel="stylesheet" type="text/css"
|
|
href="{{ static_asset('assets/registrocomercio/registro-form/assets/css/theme-1.css') }}">
|
|
<link rel="stylesheet"
|
|
href="https://maxst.icons8.com/vue-static/landings/line-awesome/font-awesome-line-awesome/css/all.min.css">
|
|
<link rel="stylesheet"
|
|
href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
|
|
<!-- Fonts -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
|
|
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon"
|
|
href="{{ static_asset('assets/registrocomercio/registro-form/assets/images/favicon.png') }}">
|
|
<link rel="apple-touch-icon"
|
|
href="{{ static_asset('assets/registrocomercio/registro-form/assets/images/apple-touch-icon.png') }}">
|
|
<link rel="apple-touch-icon" sizes="72x72"
|
|
href="{{ static_asset('assets/registrocomercio/registro-form/assets/images/icon-72x72.png') }}">
|
|
<link rel="apple-touch-icon" sizes="114x114"
|
|
href="{{ static_asset('assets/registrocomercio/registro-form/assets/images/icon-114x114.png') }}">
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="ugf-wrapper flat-grey-bg">
|
|
<div class="ugf-content-block">
|
|
<div class="logo">
|
|
<a href="../register.php">
|
|
<!-- <img class="light-logo" src="assets/images/logo.png" alt=""> -->
|
|
<!-- <img class="" src="assets/images/logo-dark2.png" alt=""> -->
|
|
</a>
|
|
</div>
|
|
<div class="container-md">
|
|
<div class="row">
|
|
<div class="col-lg-7 offset-lg-5 p-sm-0">
|
|
<div class="ugf-content pt340">
|
|
{{-- <a href="" class="prev-page"> <i
|
|
class="las la-arrow-left"></i> Volver Atrás</a> --}}
|
|
|
|
|
|
|
|
<h2>Verificación de correo electrónico</h2>
|
|
|
|
|
|
@if(!is_null($user) && !$user->email_verified_at)
|
|
<p>Por favor verifica tu dirección de correo electrónico
|
|
<strong>
|
|
<a href="#" class="__cf_email__" data-cfemail="7e131f17123e1b061f130e121b501d1113">{{ $user->email }}</a>
|
|
</strong>
|
|
</p>
|
|
@else
|
|
<div class="alert alert-success" role="alert">
|
|
Correo verificado correctamente.
|
|
</div>
|
|
<a style="display: inline-block;
|
|
padding: 10px 20px;
|
|
background-color: #22b46b;
|
|
color: #fff;
|
|
text-decoration: none;
|
|
border-radius: 4px" href="{{ route('dashboard') }}">Continuar</a>
|
|
@endif
|
|
|
|
|
|
|
|
|
|
{{-- <p class="resend-code">No lo has recibido aún? <a href="#"> Reenviar código</a>
|
|
</p> --}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="alternet-access">
|
|
<p><a href="{{ route('logout') }}">Cerrar sesión</a></p>
|
|
</div>
|
|
</div>
|
|
<div class="ugf-sidebar flex-bottom ugf-sidebar-bg-2 sidebar-steps">
|
|
<div class="steps">
|
|
<div class="step">
|
|
<span>1</span>
|
|
<p>Tipo de Cuenta</p>
|
|
</div>
|
|
<div class="step ">
|
|
<span>2</span>
|
|
<p>Verificación de Inicio</p>
|
|
</div>
|
|
<div class="step step-onprocess">
|
|
<span>3</span>
|
|
<p>Confirmación de Datos</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Optional JavaScript -->
|
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
|
{{-- <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script> --}}
|
|
{{-- <script href="{{ static_asset('assets/registrocomercio/registro-form/assets/js/jquery.min.js') }}"></script> --}}
|
|
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
|
|
|
<script src="https://code.jquery.com/jquery-3.7.0.min.js"
|
|
integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g=" crossorigin="anonymous"></script>
|
|
<script href="{{ static_asset('assets/registrocomercio/registro-form/assets/js/popper.min.js') }}"></script>
|
|
<script href="{{ static_asset('assets/registrocomercio/registro-form/assets/js/bootstrap.min.js') }}"></script>
|
|
|
|
<script href="{{ static_asset('assets/registrocomercio/registro-form/assets/js/owl.carousel.min.js') }}"></script>
|
|
|
|
<script href="{{ static_asset('assets/registrocomercio/registro-form/assets/js/custom.js') }}"></script>
|
|
</body>
|
|
</html>
|
|
|
|
<script>
|
|
|
|
</script>
|