@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
Attendance Time-Sheet Report
@csrf

@if ($masEmployees)

Millennium Computers and Networking

Promotion Report

For the period of {{$selectedMonth}}, {{$selectedYear}}

@php $count = 1; @endphp @foreach ($hrmEmpJobHistory as $jobHistory) @endforeach
Sl Employee Name Promotion Date New Designation Previous Promotion Date Previous Designation
{{ $count++ }} {{ $jobHistory->emp_name }} {{ $jobHistory->pro_date }} {{ $jobHistory->prodes }} {{ $jobHistory->pre_pro_date }} {{ $jobHistory->predes }}
{{-- {!! $hrmEmpJobHistory->links() !!} --}}
@endif
@push('select2') @endpush @endsection