@extends('layouts.auth') @section('title', 'Reset Password') @section('auth-title', 'Reset Kata Sandi') @section('auth-subtitle', 'Buat kata sandi baru untuk akun Anda') @section('content')
@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@endsection