@php $path = str_replace("\\", "/",public_path('backend/assets/images/')); @endphp
SimPen


Detil Project | {{ $datas->project_name??'' }}


@php if($type== 'planning') $wbs = $datas->Ganttask; else $wbs = $datas->GanttaskActual; @endphp @foreach ($wbs as $key=>$row) @if ($row->level == 1) @elseif ($row->level == 2) @else @endif @endforeach
No Task Name Start Date End Date Duration Progress Budget
{{ $key+1 }}{{ $row->name??'' }}{{ $row->name??'' }}{{ $row->name??'' }}{{ Carbon\Carbon::parse($row->start ??'')->isoFormat('D MMMM Y') ??'' }} {{ Carbon\Carbon::parse($row->end ??'')->isoFormat('D MMMM Y') ??'' }} {{ $row->duration??'' }} Hari {{ $row->progress?? 0 }} % {{ $row->task_budget?? 0 }}