171 lines
8.3 KiB
PHP
171 lines
8.3 KiB
PHP
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<!--begin::Head-->
|
|
|
|
<head>
|
|
|
|
<head>
|
|
<title>Lean-in-word</title>
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
<link rel="canonical" href="https://preview.keenthemes.com/metronic8" />
|
|
<link rel="shortcut icon" href="assets/media/logos/favicon-search.png" />
|
|
<!--begin::Fonts-->
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700" />
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
|
|
<!--end::Fonts-->
|
|
<!--begin::Global Stylesheets Bundle(used by all pages)-->
|
|
<link href="{{asset('assets/plugins/global/plugins.bundle.css')}}" rel="stylesheet" type="text/css" />
|
|
<link href="{{asset('assets/css/style.bundle.css')}}" rel="stylesheet" type="text/css" />
|
|
<link href="{{asset('assets/css/style.css')}}" rel="stylesheet" type="text/css" />
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.css" integrity="sha512-3pIirOrwegjM6erE5gPSwkUzO+3cTjpnV9lexlNZqvupR64iZBnOOTiiLPb9M36zpMScbmUNIcHUqKD47M719g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
|
<!--end::Global Stylesheets Bundle-->
|
|
<script>
|
|
base_url = "{{url('/')}}";
|
|
</script>
|
|
</head>
|
|
<!--end::Global Stylesheets Bundle-->
|
|
</head>
|
|
<!--end::Head-->
|
|
<!--begin::Body-->
|
|
|
|
<body data-kt-name="metronic" id="kt_body" class="app-blank app-blank sign-up-pages">
|
|
<!--begin::Root-->
|
|
<div class="d-flex flex-column flex-root" id="kt_app_root">
|
|
<!--begin::Authentication - Sign-in -->
|
|
<div class="d-flex flex-column flex-lg-row flex-column-fluid">
|
|
|
|
<div class="d-flex flex-lg-row-fluid w-lg-50 bgi-size-cover bgi-position-center order-1 order-lg-2"
|
|
style=" background-color:#fac42b;">
|
|
|
|
<!--begin::Content-->
|
|
<div class="d-flex flex-column flex-center py-10 px-5 px-md-15 move-central-image sign-image">
|
|
<!--begin::Logo-->
|
|
<a href="{{ url('/admin_sign_in')}}" class="mb-12">
|
|
<img alt="Logo" src="{{asset('assets/media/image/logo-foot.jpg')}}" class="sign-in-logo" />
|
|
</a>
|
|
</div>
|
|
<!--end::Content-->
|
|
</div>
|
|
<!--begin::Body-->
|
|
<div class="d-flex flex-column flex-lg-row-fluid w-lg-50 p-10 order-2 order-lg-1">
|
|
<!--begin::Form-->
|
|
|
|
<div class="d-flex flex-center flex-column flex-lg-row-fluid">
|
|
<!--begin::Wrapper-->
|
|
|
|
<div class="w-lg-500px p-10 sign-border bg-color-card">
|
|
<!--begin::Form-->
|
|
<form class="form" novalidate="novalidate" id="admin_login_form">
|
|
<!--begin::Heading-->
|
|
@include('Admin.layouts.messages')
|
|
<div class="text-center mb-11">
|
|
<!--begin::Title-->
|
|
<h1 class="text-dark fw-bolder mb-3">Welcome Back</h1>
|
|
<!--end::Title-->
|
|
<!--begin::Subtitle-->
|
|
<div class="text-gray-600 fw-semibold fs-6">Sign in to continue to Lean In World</div>
|
|
<!--end::Subtitle=-->
|
|
</div>
|
|
<div class="fv-row mb-8">
|
|
<!--begin::Password-->
|
|
<div class="login-box">
|
|
<i class="fa fa-lock" aria-hidden="true"></i>
|
|
<input type="email" placeholder="Email" name="email" autocomplete="off"
|
|
class="form-control bg-transparent" />
|
|
</div>
|
|
<!--end::Password-->
|
|
</div>
|
|
<div class="fv-row mb-5 fv-plugins-icon-container">
|
|
<!--begin::Password-->
|
|
<div class="login-box">
|
|
<i class="fa fa-key" aria-hidden="true"></i>
|
|
<input type="password" placeholder="Password" id="password" name="password" autocomplete="off"
|
|
class="form-control bg-transparent">
|
|
<i class="fa-regular fa-eye eye" id="toggle-password"></i>
|
|
</div>
|
|
|
|
<!--end::Password-->
|
|
<div class="fv-plugins-message-container invalid-feedback"></div>
|
|
</div>
|
|
<div class="fv-row mb-5 fv-plugins-icon-container">
|
|
<!--begin::Password-->
|
|
<div class="login-box">
|
|
<i class="fa fa-th-large" aria-hidden="true"></i>
|
|
<input type="text" oninput="this.value = this.value.replace(/[^0-9]/g, '')" pattern="[0-9]*" inputmode="numeric" min="1" maxlength="4" placeholder="4 digit pin" name="digit_pin" autocomplete="off" class="form-control bg-transparent">
|
|
</div>
|
|
<!--end::Password-->
|
|
<div class="fv-plugins-message-container invalid-feedback"></div></div>
|
|
<div class="d-grid mb-5 mt-10">
|
|
<button type="submit" id="sign_in_btn" class="btn btn-primary popup-button">
|
|
Sign In
|
|
</button>
|
|
</div>
|
|
</form>
|
|
<!--end::Form-->
|
|
</div>
|
|
<!--end::Wrapper-->
|
|
</div>
|
|
<!--end::Form-->
|
|
|
|
</div>
|
|
<!--end::Body-->
|
|
<!--begin::Aside-->
|
|
|
|
<!--end::Aside-->
|
|
</div>
|
|
<!--end::Authentication - Sign-in-->
|
|
</div>
|
|
<!--end::Root-->
|
|
<script>
|
|
var hostUrl = "assets/";
|
|
</script>
|
|
<!--begin::Global Javascript Bundle(used by all pages)-->
|
|
<script src="{{asset('assets/plugins/global/plugins.bundle.js')}}"></script>
|
|
<script src="{{asset('assets/js/widgets.bundle.js')}}"></script>
|
|
<!--end::Global Javascript Bundle-->
|
|
<!--begin::Custom Javascript(used by this page)-->
|
|
<script src="{{asset('assets/js/custom/authentication/sign-in/general.js')}}"></script>
|
|
<script src="{{asset('assets/js/Admin_js/dashboard_login/login.js')}}"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.5/jquery.validate.min.js" integrity="sha512-rstIgDs0xPgmG6RX1Aba4KV5cWJbAMcvRCVmglpam9SoHZiUCyQVDdH2LPlxoHtrv17XWblE/V/PP+Tr04hbtA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js" integrity="sha512-VEd+nq25CkR676O+pLBnDW09R7VQX9Mdiij052gVCp5yVH3jGtH70Ho/UUv4mJDsEdTvqRCFZg0NKGiojGnUCw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
|
|
<!--end::Custom Javascript-->
|
|
<!--end::Javascript-->
|
|
|
|
<!--<script>
|
|
$(document).ready(function() {
|
|
// toastr.options.timeOut = 3000;
|
|
@if (Session::has('error'))
|
|
toastr.error('{{ Session::get('error') }}');
|
|
@elseif(Session::has('message'))
|
|
toastr.success('{{ Session::get('message') }}');
|
|
@endif
|
|
});
|
|
|
|
</script>-->
|
|
|
|
<script>
|
|
$(document).ready(function() {
|
|
$('#toggle-password').click(function() {
|
|
var passwordField = $('#password');
|
|
var passwordFieldType = passwordField.attr('type');
|
|
|
|
// Toggle password visibility
|
|
if (passwordFieldType === 'password') {
|
|
passwordField.attr('type', 'text');
|
|
} else {
|
|
passwordField.attr('type', 'password');
|
|
}
|
|
$(this).toggleClass('cross');
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
<!--end::Body-->
|
|
|
|
</html>
|