@extends('pegawai.pegawai-template') @section('css') @endsection @section('content')
{{Auth::user()->nama_lengkap}}

{{Auth::user()->nip}}

{{Auth::user()->jenis_kelamin}} - {{Auth::user()->nomor_ktp}} - {{Auth::user()->tempat_lahir}},{{Auth::user()->tgl_lahir}} - {{Auth::user()->no_telepon}} - {{Auth::user()->alamat_kantor}} ({{Auth::user()->kode_pos_kantor}}) - {{Auth::user()->alamat_rumah}} ({{Auth::user()->kode_pos_rumah}})
@include('pegawai.print_data_pribadi')
@endsection @section('script') @endsection