@extends('layouts.auth.app') @section('content')

Reset Password

Silahkan ubah untuk password baru anda.

@if (session('success')) @endif @if (session('error')) @endif
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection