@extends('layouts.nifty') @section('content')

List of Employees

A table list of all Employees.

@if(Gate::check('Employees-create')) @endif @if(Gate::check('Employees-import')) @if(!empty($batchstatus))
@else
@endif @endif
Action Image Emp No Last Name First Name Middle Name Suffix Birth Date Gender Civil Status Current Address Permanent Address Phone No Mobile No Father's Name Mother's Name Contact Person Contact Number Position Division Department Branch Date Hired Regularization Date Resignation Date Separation Date nature of Separation Payroll Type TIN SSS No HDMF No Philhealth No Employment Status
Advance Search
@include('partials.footer')
@endsection