@extends('admin.layouts.main') @section('title', 'Profile & Settings - Admin Panel') @section('content')

Profile & Settings

Kelola informasi profil dan pengaturan website

{{ strtoupper(substr(auth()->user()->name ?? 'A', 0, 1)) }}

{{ auth()->user()->name ?? 'Admin' }}

{{ auth()->user()->email ?? 'admin@example.com' }}

Edit Profile
@csrf
Informasi Kontak & Tampilan Website
Perubahan langsung tampil di seluruh halaman website pengunjung
@if(session('success'))
{{ session('success') }}
@endif
@csrf {{-- Identitas --}}
Identitas Perusahaan
Tampil di footer & branding
{{-- Topbar --}}
Info Topbar Website
Format: 628xxx (tanpa + atau spasi)
Tampil di topbar & footer
{{-- Alamat --}}
Alamat & Peta
Google Maps → Share → Embed a map → Copy HTML
{{-- Sosmed --}}
Media Sosial
Ganti Password
@csrf
Security Info
Login Terakhir
{{ now()->format('d M Y, H:i') }}
Device
{{ request()->userAgent() }}
IP Address
{{ request()->ip() }}
@push('styles') @endpush @endsection