@extends('layouts.admin') @section('title', 'Account Settings') @section('page-title', 'Account Settings') @section('content')

Pengaturan Akun

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')

Informasi Profil


Ubah Password

Kosongkan jika tidak ingin mengubah password

@endsection6"> @endsection