@extends('layouts.admin') @section('title') Pengaturan - Ubah Password @endsection @section('container')

@if ($errors->any()) @endif
Ubah Password
@if (session()->has('success')) @endif
@csrf
@error('current_password')
{{ $message; }}
@enderror
@error('new_password')
{{ $message; }}
@enderror
@error('new_confirm_password')
{{ $message; }}
@enderror
@endsection @push('addon-script') @endpush