@extends('layouts.admin') @section('title') Pengaturan - Ubah Password @endsection @section('container') Pengaturan - Ubah Password Profil Ubah Password @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Ubah Password @if (session()->has('success')) {{ session('success') }} @endif @csrf Password Lama @error('current_password') {{ $message; }} @enderror Password Baru @error('new_password') {{ $message; }} @enderror Konfirmasi Password @error('new_confirm_password') {{ $message; }} @enderror Perbarui Password @endsection @push('addon-script') @endpush