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

Admin / Profil Saya

Kelola informasi profil dan akun admin Anda

Kembali ke Dashboard Dashboard
@if ($user->profile_photo) Avatar @else
{{ strtoupper(substr($user->name, 0, 1)) }}
@endif
{{ $user->name }}

{{ ucfirst($user->role) }}

Administrator

{{ $user->email }} Bergabung {{ $user->created_at->format('d M Y') }}
Informasi Akun
Administrator
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
Ubah Password
@csrf
@error('current_password')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror Minimal 8 karakter
@endsection @push('scripts') @endpush