@extends('AdminLte.template') @section('title') Employee List @endsection @section('ExternalCss') @parent @endsection @section('Content')
Emp Id | Name | Category | Department | Hire Date | Salary Type | Confirmation Date | Last Working Date | User Id | Supervisour Setup | Status | Final Status | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$emplist->employee_id }} | {{ $emplist->employee_name }} | {{ $emplist->job_category_name }} | {{ $emplist->department_name }} | @if ($emplist->employee_hire_date!=''){{ date("d-m-Y",strtotime($emplist->employee_hire_date)) }} | @else--- | @endif @if ($emplist->salary_type!=''){{ $emplist->salary_type }} | @elseNot Defined | @endif @if ($comf==0){{ $emplist->confirmation_date!=''?date("d-m-Y",strtotime($emplist->confirmation_date)):'---' }} | @else--- | @endif @if ($last==0){{ $emplist->last_working_date!=''?date("d-m-Y",strtotime($emplist->last_working_date)):'---' }} | @else--- | @endif @if($emplist->user_id!=''){{ $emplist->user_id }} | @elseNo | @endif @if($emplist->reporting==0)No | @else{{ 'Yes -'.$emplist->reporting }} | @endif{{$employeeStatus}} | {{$employeeFinalStatus}} |
{{ $emplistData->appends(['search' => $search,'searchColumn' => $searchColumn,'searchType' => $searchType,'status' => $status])->links() }} |