@extends('layouts.nifty') @section('content') Employee 201 Files List of Employees Edit Employee Edit Employee Edit Employee Form and Click on Update Button to Save @csrf @method('PUT') Basic Information Contact Person Government ID/Bank Employment Information Dependents Academics Information Certifications Employee No Status {{ $employees->status ?? 'Select Status' }} Active Inactive First Name Middle Name Last Name Suffix Birth Date Gender {{ $employees->gender ?? '' }} Male Female Civil Status {{ $employees->civilstat ?? 'Select Civil Status' }} Single Married Widow Phone No Mobile No Current Address Region {{ $employees->curregion}} @foreach($regions as $regions) {{ $regions->name }} @endforeach Select Province {{ $employees->curprovince}} City/Municipal {{ $employees->curcity}} Select Barangay {{ $employees->curbrgy}} House No/Building Name/Street Name Zip Code Permanent Address Same with Current Address Region {{ $employees->perregion}} @foreach($regions2 as $regions2) {{ $regions2->name }} @endforeach Select Province {{ $employees->perprovince}} City/Municipal {{ $employees->percity}} Select Barangay {{ $employees->perbrgy}} House No/Building Name/Street Name Zip Code Upload Photo Upload Resume Parent's Information Father's Name Mother's Maiden Name Contact Person Information Contact Person Contact No Government ID Tax Identification No Social Security No Home Development Mutual Fund No Philhealth No Bank Information Bank Account No Bank Code Employment Information Position {{ $posidescs->posidesc ?? 'Please Select Position'}} @foreach($positions as $positions) {{ $positions->posidesc }} @endforeach Division {{ $divdescs->division ?? 'Please Select Division'}} @foreach($divisions as $divisions) {{ $divisions->division }} @endforeach Department {{ $deptdescs->department ?? 'Please Select Department'}} @foreach($departments as $departments) {{ $departments->department }} @endforeach Branch {{ $branchnames->branch ?? 'Please Select Branch'}} @foreach($branches as $branches) {{ $branches->branch }} @endforeach Employment Status {{ $employees->empstatus ?? 'Please Select Employment Status'}} @foreach($empstatuses as $empstatuses) {{ $empstatuses->empstatus }} @endforeach Employment Date Information Date Hired Regularization Date Resignation Date Separation Date Nature of Separation {{ $employees->sepanature}} Payroll Type {{ $employees->payrolltype}} @foreach($paytypes as $paytypes1) {{ $paytypes1->payrolltype }} @endforeach System Employee No Enter New Dependents Name Relationship Gender Select Gender Male Female Birth Date List of Dependents Action Dependent Name Relationship Gender Birth Date Enter New Educational Attainment Course School School-Year From School-Year To List of Educations Action Course School Year From Year To Enter New Certification Title Issued On Valid Until List of Certifications Action Title Issued On Valid Until @include('partials.footer') @endsection
Edit Employee Form and Click on Update Button to Save