@extends('layouts.loggedout') @section('title') Reset Password - {{ env('APP_NAME') }} @endsection @section('titlediscord') @endsection @section('descdiscord') @endsection @section('contentloggedout')

Reset Password

Check your junk folder if you do not receive the email.


@csrf

Email Address

@error('email')
{{ $message }}
@enderror

@endsection