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