<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Login | SEPAKAT</title>
<link href="<?php echo e(asset('logo/favicon.png')); ?>" rel="icon">
<link href="<?php echo e(asset('logo/apple-touch-icon.png')); ?>" rel="apple-touch-icon">
<link rel="stylesheet" href="/assets/sweetalert2/sweetalert2.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
</head>
<body style="background-color: #3F8664 !important;">
<br><br><br>
<div class="h-screen d-flex justify-content-center align-items-center mb-5">
<div class="card center p-5"
style="width:550px!important;heigth:700px!important; border-radius:20px!important;">
<div class="w-100 center" style="color: #3F8664">
<div class="container w-90">
<center>
<img src="<?php echo e(asset('logo/logo_sepakat.png')); ?>" width="150" alt="">
<h3><b>Aplikasi SEPAKAT</b></h3>
<p><b>Sistem pEndataan kePemudAan KAlimantan Timur</b><br> Login to continue<!--Silahkan Login Menggunakan Username
atau Email yang sudah terdaftar --></p>
</center>
<form class="form w-100" action="<?php echo e(url('/login/post')); ?>" method="post">
<?php echo csrf_field(); ?>
<div class="form-group">
<label for="username" class="text-left font-weight-bold">Username / Email</label><br>
<input type="text" name="username" id="username" class="form-control ">
<?php $__errorArgs = ['username'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
<small class="text-danger pl-3"><?php echo e($message); ?></small>
<?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
<div class="form-group">
<label for="password" class="text-left font-weight-bold">Password </label><br>
<input type="password" name="password" id="password" class="form-control">
<?php $__errorArgs = ['password'];
$__bag = $errors->getBag($__errorArgs[1] ?? 'default');
if ($__bag->has($__errorArgs[0])) :
if (isset($message)) { $__messageOriginal = $message; }
$message = $__bag->first($__errorArgs[0]); ?>
<small class="text-danger pl-3"><?php echo e($message); ?></small>
<?php unset($message);
if (isset($__messageOriginal)) { $message = $__messageOriginal; }
endif;
unset($__errorArgs, $__bag); ?>
</div>
<div class="form-group d-flex">
<div class="p-2" style="font-size: 12px; color: #3F8664;">
<input type="checkbox" name="me" value="me" id=""> Remeber Me
</div>
<div class="ml-auto p-2">
<a href="/lupa" class="text-decoration-none" style="color: #3F8664;">Lupa Kata
Sandi?</a>
</div>
</div>
<div class="form-group text-center">
<button type="submit" name="submit" class="btn btn-success w-100 ">Login</button>
</div>
<center>
<span>Belum memiliki Akun?, <a href="<?php echo e(url('/daftar')); ?>"
style="color: #2b6046;"><b>Daftar</b></a></span>
</center>
</form>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous">
</script>
<script src="/assets/sweetalert2/sweetalert2.min.js"></script>
<?php if(session()->has('gagal')): ?>
<script>
let message = '<?php echo e(session('gagal')); ?>';
Swal.fire({
icon: 'error',
title: 'Gagal!',
text: message,
})
</script>
<?php endif; ?>
<?php if(session()->has('success')): ?>
<script>
let message = '<?php echo e(session('success')); ?>';
Swal.fire({
icon: 'success',
title: 'Succes!',
text: message,
})
</script>
<?php endif; ?>
</body>
</html>
<?php /**PATH /home/aplikasiposinfo/public_html/gosepakat.id/resources/views/auth/login.blade.php ENDPATH**/ ?>
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]