@extends('layouts.main') @section('main-container')
@if (Session::has('success')) @endif @if($errors->any()) @endif
Employee Promotion
Add New
@php $count = 1; @endphp @foreach ($emp_job_histories as $emp_job_history) @endforeach
Sl Employee Name Promotion Date Promotion Designation Previous Promotion Date Previous Designation Action
{{ $count++ }} {{ $emp_job_history->emp_name }} {{ $emp_job_history->pro_date }} {{ $emp_job_history->prodes }} {{ $emp_job_history->pre_pro_date }} {{ $emp_job_history->predes }}
@push('select2') @endpush @endsection