@extends('layouts.app') @section('content') {{ __('Reset Password') }} @error('email') {{ $message }} @enderror @if (session('status')) {{ session('status') }} @endif @csrf Lost your password? Please enter your Email. You will receive a link to create a new password via Email. {{ __('E-Mail Address') }} @endsection
Lost your password? Please enter your Email. You will receive a link to create a new password via Email.
{{ __('E-Mail Address') }}