@extends('layouts.auth-layout') @section('title', 'Reset Password') @section('heading', 'Reset Password') @section('subheading') Masukkan password baru untuk akun Anda @endsection @section('content')
@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@endsection