@extends('layouts.app') @section('title', 'Timeline Proyek') @section('page_title', 'Timeline Proyek') @section('content')
Jadwal pelaksanaan pekerjaan proyek.
| No | Kegiatan | Mulai | Selesai | Durasi | Progress | Status | Aksi |
|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $row->nama_kegiatan ?? $row->nama_item ?? $row->uraian ?? '-' }} {{ $row->keterangan ?? '' }} |
{{ $mulai ? date('d/m/Y', strtotime($mulai)) : '-' }} | {{ $selesai ? date('d/m/Y', strtotime($selesai)) : '-' }} | {{ $row->durasi_hari ?? $row->durasi ?? '-' }} hari | {{ number_format($progress, 0) }}% |
{{ $row->status ?? '-' }} | |
Belum ada timeline. Tambahkan jadwal pekerjaan untuk proyek ini. | |||||||