@php $configData = Helper::appClasses(); $customizerHidden = 'customizer-hide'; @endphp @extends('layouts/blankLayout') @section('title', 'Forgot Password') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
Auth Cover Bg color

No worries, we will send you instructions 👩🏻‍💻

We can help you reset your password and security info. First, enter
your email address and click on send reset link.

Forgot Password? 🔒

Enter your email and we'll send you instructions to reset your password

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@error('email') {{ $message }} @enderror
@if (Route::has('login')) Back to login @endif
@endsection