@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => 'Promotion/ Demotion'])
Promotion/ Demotion Lists
@foreach ($promotionDemotionLists as $index => $item) @endforeach
S.N Title Employee Previous Designation New Designation Action
{{ $index + 1 }} {{ $item->title }} {{ $item->employee_id }} {{ $item->old_promotion_demotion_id }} {{ $item->new_promotion_demotion_id }}
@endsection