@extends('layouts.bk') @section('title','Ubah Password') @section('page-title','Ubah Password') @section('page-sub','FR-BK-02 ยท Keamanan akun') @section('content') @if(Auth::user()->must_change_password)
โš ๏ธ Anda wajib mengganti password sebelum mengakses fitur lain. (FR-BK-02)
@endif
๐Ÿ”’ Ubah Password
@csrf @method('PUT')
Masukkan password baru
@endsection @push('scripts') @endpush