@extends('app') @section('page-title')

Employee

@if(Auth::user()->secondLevelApproval()) Second Level Approval Requests @endif @if(Auth::user()->can_role('On-Roll Employees Add')) @if(!Auth::user()->secondLevelApproval() || Auth::user()->canApproveSecondLevelApprovals()) @lang('modules.employees.importexcel') @lang('modules.client.addNewClient') @else @lang('modules.employees.importexcel') @lang('modules.client.addNewClient') @endif @endif
@if (isset($status))
@endif @endsection @push('head-script') @endpush @section('content')
Active Employees
{{$active}}
Inactive Employees
{{$inactive}}
Work Premises
{{$wp}}
Office Premises
{{$op}}
@if($organization->no_of_app_login && $organization->no_of_app_login > 0) @endif
ID DEVICE PERSON ID Employee Photo Employee Code Employee Name Manager Name Email Id Father's/Husband Name Address Mobile Alternative Mobile Gender DOB DOJ Department Sub-Department Designation Shift Emergency Contact Name Emergency Contact Mobile Emergency Contact Relation Date of Leaving Premises Location Attendance Today StatusMobile User Status
@endsection @push('footer-script') @endpush