@extends('auth.layout') @section('title') Reset Password @endsection @section('login_css') @endsection @section('login_content')
login
@csrf

Reset Password!

Please enter your new password
  • Lowercase
  • Uppercase
  • Digit
  • Special Character

Forget it, Send me back to the sign in screen.

@endsection @section('login_script') @endsection