@extends('backend.auth.layouts.auth-template') @section('title', 'Forgot Password') @section('content') @include('backend.auth.left-banner') Need help with your account? Enter your email address associated with your account and we will send you a link to reset your password. @if ($errors->has('errors')) {{ $errors->first('errors') }} @endif @if (Session::has('message')) {{ Session::get('message') }} @endif @csrf Email Address * @error('email') {{ $message }} @enderror Send Reset Link Back to Login {{-- @include('backend.auth.layouts.patterns') --}} @endsection @section('script') @endsection
Enter your email address associated with your account and we will send you a link to reset your password.