@php $records = collect($component2Records ?? []); @endphp
@forelse ($records as $record) @empty @endforelse
Serial No Activity Target Start Planned End Status Actions
{{ $record->serial_no ?? '-' }} {{ $record->activity ?? '-' }} {{ $record->target_start_date ?? '-' }} {{ $record->planned_end_date ?? '-' }} {{ $record->status ?? '-' }}
No records found. Add one now

Add Component 2 Record

@csrf

Basic Information

Capture the core component details first.

Progress Details

Add supporting progress notes for each stage.

@for ($i = 1; $i <= 10; $i++)
@endfor

Additional Notes

Use remarks for final comments or special instructions.