{{-- resources/views/employees/create.blade.php --}} @extends('layouts.app') @section('title', 'Lengkapi Data Karyawan') @section('page-title', 'Lengkapi Data Karyawan') @section('content')
@csrf {{-- Notif error --}} @if ($errors->any())
Periksa kembali isian
@endif {{-- Employment data header --}}

Employment data

Fill all employee data information related to company

{{-- Hidden essentials --}} {{-- Form Grid --}}
{{-- Employee ID --}}
{{-- Barcode --}}
{{-- Group structure --}}
{{-- Employment status --}}
{{-- Join date --}}
{{-- Branch --}}
{{-- Organization --}}
{{-- Job position --}}
{{-- Job level --}}
{{-- Schedule --}}
{{-- Approval line --}}
{{-- Manager --}}
{{-- Status Pajak (PTKP) Section --}}
@php $ptkpOptions = ['TK/0','TK/1','TK/2','TK/3','K/0','K/1','K/2','K/3']; @endphp
{{-- Hidden fields for compatibility --}} {{-- Actions --}}
Batal
@endsection @push('styles') @endpush @push('scripts') @endpush