@extends('theme.default.layouts.app') @section('dashboard-title')

COMPONENT-IV PROGRESS

@endsection @section('content') @php $dummyRecords = collect([ (object)[ 'id' => 1, 'serial_no' => '4.1', 'activity' => 'Procurement & Financial Specialist Hiring', 'description' => 'Hiring of procurement and financial specialist for PIU setup', 'target_start_date' => '2025-01-01', 'planned_end_date' => '2025-01-20', 'actual_end_date' => '2025-01-18', 'status' => 'Completed', ], (object)[ 'id' => 2, 'serial_no' => '4.2', 'activity' => 'Monitoring & Evaluation Specialist Hiring', 'description' => 'Hiring of M&E specialist', 'target_start_date' => '2025-02-01', 'planned_end_date' => '2025-02-20', 'actual_end_date' => '2025-02-18', 'status' => 'Completed', ], (object)[ 'id' => 3, 'serial_no' => '4.3', 'activity' => 'Project Baseline Survey', 'description' => 'Baseline survey execution and reporting', 'target_start_date' => '2025-02-15', 'planned_end_date' => '2025-03-10', 'actual_end_date' => '2025-03-08', 'status' => 'Completed', ], (object)[ 'id' => 4, 'serial_no' => '4.4', 'activity' => 'Security Management Consultant', 'description' => 'Hiring of security management consultant', 'target_start_date' => '2025-03-01', 'planned_end_date' => '2025-03-25', 'actual_end_date' => null, 'status' => 'In Progress', ], (object)[ 'id' => 5, 'serial_no' => '4.5', 'activity' => 'PMIS Deployment and API Integration', 'description' => 'PMIS deployment, integration and configuration', 'target_start_date' => '2025-03-10', 'planned_end_date' => '2025-04-05', 'actual_end_date' => null, 'status' => 'In Progress', ], (object)[ 'id' => 6, 'serial_no' => '4.6', 'activity' => 'Quarterly Review Meetings', 'description' => 'Quarterly review and monitoring meetings', 'target_start_date' => '2025-04-01', 'planned_end_date' => '2025-04-28', 'actual_end_date' => null, 'status' => 'In Progress', ], ]); @endphp
Component-IV
In Progress
⚠ Serial No, Activity aur Description required hain.
Serial No
Activity
Description
Target Start Date
Planned End Date
Actual End Date
Status
Remarks
@endsection @section('scripts') @endsection