⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.101
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software:
Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
ecommerce.dev-unit.com
/
views
/
back
/
auth
/
View File Name :
login.blade.php
@extends('master.back-login') @section('content') <div class="wrapper wrapper-login"> <div class="container container-login animated fadeIn"> <h3 class="text-center">{{ __('Sign In To Admin') }}</h3> <div class="login-form"> <form action="{{ route('back.login.submit') }}" method="POST"> @csrf @include('alerts.alerts') <div class="form-group form-floating-label emailNotRTL"> <input id="username" name="login_email" type="email" class="form-control input-border-bottom" value="{{ old('login_email') }}"> <label for="username" class="placeholder">{{ __('Email Address') }}</label> </div> <div class="form-group form-floating-label rtlinput"> <input id="password" name="login_password" type="password" class="form-control input-border-bottom"> <label for="password" class="placeholder">{{ __('Password') }}</label> </div> <div class="row justify-content-center form-sub m-0"> <a href="{{ route('back.forgot') }}" class="link float-right">{{ __('Forget Password ?') }}</a> </div> <div class="form-action mb-3"> <button type="submit" class="btn btn-secondary btn-login">{{ __('Sign In') }}</button> </div> </form> </div> </div> </div> @endsection