@extends('admin_dashboard') @section('admin')

Internal Workshop History

{{-- 🔹 SID Selector --}}
@foreach($employees as $emp) @endforeach
{{-- 🔹 Employee Info --}}

{{-- 🔹 Editable Table --}}
{{-- 🔹 Editable Row (Fixed Column Count) --}} @for ($i = 0; $i < 14; $i++) @endfor
SID Year Target per Year Actualization Total Shortage Excess Action
Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun
0 0 0
{{-- Loader --}}
@endsection