@if (!empty($unit->parent_nm))
{!! Form::label('parent_nm', 'Induk Unit Kerja:') !!}

{{ $unit->parent_nm }}

@endif
{!! Form::label('type', 'Tipe OPD') !!}

{{ getUnitType($unit->type) }}

{!! Form::label('nm', 'Nomenklatur Unit Kerja') !!}

{{ $unit->nm }}

{!! Form::label('snm', 'Singkatan Unit Kerja') !!}

{{ $unit->snm }}

{!! Form::label('np', 'Kode Wilayah Kearsipan') !!}

{{ $unit->code }}