@extends('adminlte::auth.auth-page', [ 'auth_type' => 'login', 'auth_header' => 'Reset Password' ]) @section('auth_body')
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@stop