@include('layouts.partials.breadcrumb', ['title' => 'Promotion/ Demotion'])
Promotion/ Demotion Lists
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 }} |
|