@extends('adminlte::page') @section('title', 'Ganti Password') @section('content_header')

Ganti Password

@stop @section('content')
@if (session('success')) @endif
@csrf @method('PUT')
@error('current_password') {{ $message }} @enderror
@error('new_password') {{ $message }} @enderror
@stop