@extends('admin.layouts.app') @section('title', 'Profil Admin') @section('content')

⚙️ Profil Admin

Kelola informasi akun administrator

👤 Informasi Akun

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror

🔒 Ubah Password

@csrf @method('PUT')
@error('current_password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection @section('scripts') @endsection