Finishing standar menu
This commit is contained in:
@@ -11,35 +11,19 @@
|
||||
<div class="card mb-0 h-auto">
|
||||
<div class="card-body">
|
||||
<div class="text-center mb-3">
|
||||
{{-- <h1>{{ ucfirst(strtolower($LocationSettings->namaperusahaan)) }} </h1> --}}
|
||||
{{-- <a href="index.html"><img class="logo-auth" src="images/logo-full.png" alt=""></a> --}}
|
||||
<h4 class="text-center mb-4">Silahkan login untuk mengakses halaman</h4>
|
||||
</div>
|
||||
<h4 class="text-center mb-4">Silahkan login untuk mengakses halaman</h4>
|
||||
<form method="POST" action="{{ route('login') }}">
|
||||
@csrf
|
||||
<div class="form-group mb-4">
|
||||
<label for="login">Email or Username</label>
|
||||
{{-- <div class="form-group mb-4"> --}}
|
||||
<div class="mb-sm-4 mb-3 position-relative">
|
||||
<label for="login">Username</label>
|
||||
<input id="login" type="text" class="form-control @error('login') is-invalid @enderror" name="login" value="{{ old('login') }}" required autocomplete="login" autofocus>
|
||||
@error('login')
|
||||
<span class="invalid-feedback" role="alert">
|
||||
<strong>{{ $message }}</strong>
|
||||
</span>
|
||||
@enderror
|
||||
{{-- <label for="username">Username</label>
|
||||
<input id="username" type="text" class="form-control @error('username') is-invalid @enderror" name="username" value="{{ old('username') }}" required autofocus>
|
||||
@error('username')
|
||||
<span class="invalid-feedback" role="alert">
|
||||
<strong>{{ $message }}</strong>
|
||||
</span>
|
||||
@enderror --}}
|
||||
{{-- <label class="form-label" for="email">{{ __('Email Address') }}</label>
|
||||
<input id="email" type="email" class="form-control @error('email') is-invalid @enderror" name="email" value="{{ old('email') }}" required autocomplete="email" autofocus>
|
||||
@error('email')
|
||||
<span class="invalid-feedback" role="alert">
|
||||
<strong>{{ $message }}</strong>
|
||||
</span>
|
||||
@enderror --}}
|
||||
{{-- <input type="text" class="form-control" placeholder="Enter username" id="username"> --}}
|
||||
</div>
|
||||
<div class="mb-sm-4 mb-3 position-relative">
|
||||
<label class="form-label" for="dlab-password">Password</label>
|
||||
@@ -49,39 +33,26 @@
|
||||
<i class="fa fa-eye"></i>
|
||||
</span>
|
||||
</div>
|
||||
{{-- <div class="form-row d-flex flex-wrap justify-content-between mb-2">
|
||||
<div class="form-group mb-sm-4 mb-1">
|
||||
<div class="form-check custom-checkbox ms-1">
|
||||
<input type="checkbox" class="form-check-input" id="basic_checkbox_1">
|
||||
<label class="form-check-label" for="basic_checkbox_1">Remember my preference</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group ms-2">
|
||||
<a class="text-hover" href="page-forgot-password.html">Forgot Password?</a>
|
||||
</div>
|
||||
</div> --}}
|
||||
{{-- <div class="text-center">
|
||||
<button type="submit" class="btn btn-primary btn-block">Sign In</button>
|
||||
</div> --}}
|
||||
<div class="row mb-0">
|
||||
<div class="col-md-12 text-center">
|
||||
<button type="submit" class="btn btn-primary">
|
||||
{{ __('Login') }}
|
||||
</button>
|
||||
|
||||
{{--
|
||||
@if (Route::has('password.request'))
|
||||
<a class="btn btn-link d-block" href="{{ route('password.request') }}">
|
||||
{{ __('Forgot Your Password?') }}
|
||||
</a>
|
||||
@endif
|
||||
@endif --}}
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<div class="new-account mt-3">
|
||||
<p>Don't have an account? <a class="text-primary" href="{{ route('register') }}">Sign up</a></p>
|
||||
{{-- <p>Don't have an account? <a class="text-primary" href="{{ route('register') }}">Sign up</a></p> --}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-center mt-5">Copyright © itcn.co.id | Powered by ITCN Parking Support</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user