{{ $project->description }}
Status: {{ ucfirst($project->status) }}
Start Date: {{ $project->start_date }}
End Date: {{ $project->end_date }}
Created by: {{ $project->user->name }}
No tasks found for this project.
@else| Task | Estimated Cost | Actual Cost | Person in Charge | Actions |
|---|---|---|---|---|
|
{{ $task->name }} {{ $task->description }}
|
Rp {{ number_format($task->estimated_cost, 2, ',', '.') }}
|
Rp {{ number_format($task->actual_cost ?? 0, 2, ',', '.') }}
|
{{ $task->person_in_charge }}
|
|
| Total | Rp {{ number_format($totalEstimatedCost, 2, ',', '.') }} | Rp {{ number_format($totalActualCost, 2, ',', '.') }} | ||