@extends('layouts.headkaryawan') @section('title', 'Profile') @section('content') @if(session('success')) @endif
{{-- Foto Profil --}}
Foto Profil

{{ $user->nama }}

@ {{ $user->username }}


{{-- Data Profil --}}
Alamat {{ $user->alamat ?? '-' }}
No HP {{ $user->no_hp ?? '-' }}
{{-- Tombol Edit --}} Edit Profil
@endsection