{!! Form::label('unit', 'Unit Kerja / Layanan') !!}

{{ $user->unit_nm }}

{!! Form::label('role', 'Role') !!}

{{ $user->role_nm }}

{!! Form::label('name', 'Nama Lengkap') !!}

{{ $user->name }}

@if (!empty($user->nip))
{!! Form::label('nip', 'NIP') !!}

{{ $user->nip }}

@endif
{!! Form::label('username', 'Username') !!}

{{ $user->username }}