This commit is contained in:
Dr Masroor Ehsan 2025-01-21 01:12:46 +06:00
parent 80fb2c32a9
commit af60db61ff

View File

@ -42,15 +42,15 @@
<div class="card p-md-7 p-1">
<!-- Logo -->
<div class="app-brand justify-content-center mt-5">
<a href="{{url('/')}}" class="app-brand-link gap-2">
<a href="{{ url('/') }}" class="app-brand-link gap-2">
<span class="app-brand-logo demo">@include('_partials.macros',["width"=>25,"withbg"=>'var(--bs-primary)'])</span>
<span class="app-brand-text demo text-heading fw-semibold">{{config('variables.templateName')}}</span>
<span class="app-brand-text demo text-heading fw-semibold">{{ config('variables.templateName') }}</span>
</a>
</div>
<!-- /Logo -->
<div class="card-body mt-1">
<h4 class="mb-2">Welcome to {{config('variables.templateName')}}! 👋</h4>
<h4 class="mb-2">Welcome to {{ config('variables.templateName') }}! 👋</h4>
<p class="mb-8">Please sign-in to your account and start the adventure</p>
<form id="formAuthentication" class="mb-5" action="{{ route('login.store') }}" method="POST">
@ -77,7 +77,7 @@
Remember Me
</label>
</div>
<a href="{{url('auth/forgot-password-basic')}}" class="float-end mb-1 mt-2">
<a href="{{ url('auth/forgot-password-basic') }}" class="float-end mb-1 mt-2">
<span>Forgot Password?</span>
</a>
</div>