@extends('auth.layout') @section('title') Please change your password to proceed @endsection @section('help_text') @endsection @section('content')
@csrf
Min 5 characters with atleast 1 uppercase and 1 lowercase
@error('password') {{ $message }} @enderror
@endsection