@extends('layouts.app') @section('title', 'Ubah Password') @section('content')

Ubah Password

Silakan ganti password sementara sebelum masuk dashboard.

@csrf
@error('password')
{{ $message }}
@enderror
@endsection