@extends('layouts.app') @section('content')

{{ __('Reset Password') }}

@error('email')
  • {{ $message }}
@enderror @if (session('status')) @endif
@csrf

Lost your password? Please enter your Email. You will receive a link to create a new password via Email.

@endsection