@extends('layouts.authenticated') @section('title', 'Profil Saya') @section('page-title', 'Profil') @section('page-content')
Kelola informasi akun Anda
Ubah nama, email, dan nomor telepon
Role
{{ auth()->user()->role }}
Mitra
{{ auth()->user()->partner->name ?? '-' }}
@elseCabang
{{ auth()->user()->branch->name ?? '-' }}
@endifStatus
{{ auth()->user()->is_active ? 'Aktif' : 'Nonaktif' }}Terdaftar sejak
{{ auth()->user()->created_at->format('d M Y') }}