@extends('layouts.admin.core') @section('content')
@if ($errors->any())

Gagal!

@endif

Tambah Pegawai

@csrf
NIP: *
Nama: *
Pangkat: *
Golongan: *
No Urut/Id Kelompok Jabatan : *
Jabatan: *
Jabatan Unit Kerja: *
Unit Kerja: *
Kode Satker: *
Satker: *
Pendidikan: *
Jenis Kelamin: *
No. HP: *
@endsection @section ('js') @endsection