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

COMPONENT-II PROGRESS

@endsection @section('content') @php $dummyRecords = collect([ (object)[ 'id' => 1, 'serial_no' => '2.1', 'activity' => 'Hiring of Design & Supervision Firm (Road & Bridges)', 'description' => 'Hiring of design and supervision firm for road and bridges sub-component', 'target_start_date' => '2025-01-01', 'planned_end_date' => '2025-01-31', 'actual_end_date' => '2025-01-28', 'status' => 'Completed', ], (object)[ 'id' => 2, 'serial_no' => '2.2.1', 'activity' => 'Design Phase Inception Report for Road & Bridges', 'description' => 'Inception report for road and bridges sub-component', 'target_start_date' => '2025-02-01', 'planned_end_date' => '2025-02-18', 'actual_end_date' => '2025-02-16', 'status' => 'Completed', ], (object)[ 'id' => 3, 'serial_no' => '2.2.2', 'activity' => 'Feasibility Assessment Report for Roads & Bridges', 'description' => 'Feasibility assessment report for roads and bridges sub-component', 'target_start_date' => '2025-02-10', 'planned_end_date' => '2025-03-05', 'actual_end_date' => '2025-03-02', 'status' => 'Completed', ], (object)[ 'id' => 4, 'serial_no' => '2.2.3', 'activity' => 'Quality Assurance Plan (QAP) for Roads & Bridges', 'description' => 'Quality assurance plan for roads and bridges sub-component', 'target_start_date' => '2025-03-01', 'planned_end_date' => '2025-03-25', 'actual_end_date' => null, 'status' => 'In Progress', ], (object)[ 'id' => 5, 'serial_no' => '2.2.4', 'activity' => 'Site Specific ESMP’s Reports for Roads & Bridges', 'description' => 'Site specific ESMP reports for roads and bridges sub-component', 'target_start_date' => '2025-03-10', 'planned_end_date' => '2025-04-01', 'actual_end_date' => null, 'status' => 'In Progress', ], (object)[ 'id' => 6, 'serial_no' => '2.2.5', 'activity' => 'Detailed Engineering Design Documents report for Roads & bridges', 'description' => 'Detailed engineering design documents report for roads and bridges sub-component', 'target_start_date' => '2025-03-15', 'planned_end_date' => '2025-04-15', 'actual_end_date' => null, 'status' => 'In Progress', ], (object)[ 'id' => 7, 'serial_no' => '2.2.6', 'activity' => 'Bill of Quantities and Tender Documents', 'description' => 'BOQ and tender documents for roads and bridges package', 'target_start_date' => '2025-04-01', 'planned_end_date' => '2025-04-28', 'actual_end_date' => null, 'status' => 'In Progress', ], (object)[ 'id' => 8, 'serial_no' => '2.2.7', 'activity' => 'Bid Evaluation and Procurement Support', 'description' => 'Bid evaluation support for road and bridges works', 'target_start_date' => '2025-04-10', 'planned_end_date' => '2025-05-05', 'actual_end_date' => null, 'status' => 'In Progress', ], ]); @endphp
Component-II
In Progress
⚠ Serial No, Activity and Description are required.
Serial No
Activity
Description
Target Start Date
Planned End Date
Actual End Date
Status
Remarks
@endsection