@extends('admin.layout.master') @section('content') @include('flash-message')
{{ __('obs.employee') }}{{ __('obs.list') }}
@include('payroll.includes.report_print_excel_button',['print'=>0])
{{--
--}}
{{-- --}}
{{-- --}} {{-- --}} {{-- --}} {{-- --}} @if (!empty($empLists)) @php($i = 1) {{-- @php($i = ($empLists->perPage() * ($empLists->currentPage() - 1))+1) --}} @foreach ($empLists as $emp_val) {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach @endif
{{ __('obs.sl') }} {{ __('obs.code') }} {{ __('obs.card') }} {{ __('obs.name') }} {{ __('obs.designation') }} {{ __('obs.department') }} {{ __('obs.email') }} Gender{{ __('obs.employee_type') }} {{ __('obs.joining') }} Cost Center{{ __('obs.status') }} {{ __('obs.appointment_email') }} {{ __('obs.action') }}
{{ $i++ }} {{ $emp_val->emp_code }}{{ $emp_val->emp_card }}{{ $emp_val->emp_name }} {{ $emp_val->email }}@if ($emp_val->emp_gender == 1)Male @else Female @endif {{ date('d-m-Y', strtotime($emp_val->joining_date)) }}@if (!empty($emp_val->fetch_cost_center)){{$emp_val->fetch_cost_center->name}}@endif @if($emp_val->is_appointment_sent) Already Sent @else Pending @endif {{ __('obs.view') }} {{ __('obs.docs') }} {{ __('obs.edit') }} @if(!$emp_val->is_appointment_sent) @endif {{-- {{__('obs.transfer')}} --}} {{-- {{__('obs.delete')}} --}}
@if (!empty($empLists)) {{-- {{ $empLists->appends(request()->query())->links("pagination::bootstrap-4")}} --}} @endif
@endsection @section('script') @endsection