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

Reset Password

Passwords must be 8 or more characters, with 1 capital letter, 1 symbol and 1 number.


@csrf

Email Address

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

New Password

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

Confirm New Password



@endsection