@extends('layouts.app') @section('content')
{{-- TOPBAR --}}

Profile Saya

Kelola informasi dan foto profil akun Anda

{{-- ALERT --}} @if(session('success'))
{{ session('success') }}
@endif
{{-- LEFT: AVATAR CARD --}}
@if(auth()->user()->photo) Foto Profil @else Foto Profil @endif
{{ auth()->user()->name }}
Administrator
Profil
Aman
Aktif
{{-- RIGHT: FORM CARD --}}
Edit Profil

Perbarui nama dan foto profil Anda

@csrf {{-- SECTION: INFO --}}
{{-- SECTION: FOTO --}}
{{-- Current photo preview --}}
@if(auth()->user()->photo) Foto saat ini @else Foto saat ini @endif
Foto saat ini
Format: JPG, PNG, WEBP · Maks. 2MB
{{-- Upload zone --}}
Klik untuk unggah foto baru
atau seret & lepas file ke sini
Pilih File
{{-- FOOTER --}}
@endsection