|
{{-- A.H.K Arkitek Hanan Perkhidmatan Arkitek: Perancangan, Rekabentuk Dalaman, Dan Landskap --}} |
Alamat: 19, Jalan Besi 1, Taman Sri Putri, 81300 Skudai, Johor Darul Ta'zim Tel: 07-562 3417 |
| No. | Description | Client | Scope | Submission Status | Assignee(s) | Progress | Year Received |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $project->description }} | {{ $project->client }} | {{ $project->scope->name ?? '-' }} |
@foreach ($project->submissionTypes as $type)
{{ $type->name }}:
{{ $type->pivot->file_no ?? '' }}
{{ $type->pivot->submission_date ? \Carbon\Carbon::parse($type->pivot->submission_date)->format('d M Y') : '' }}
(
{{
\App\Models\Status::find($type->pivot->status_id)?->name
?? 'Pending'
}}
)
@endforeach
|
@if ($project->assignees->isNotEmpty()) {{ $project->assignees->pluck('name')->join(', ') }} @else - @endif |
{{ $project->weighted_progress }}%
{{ $project->remarks ?? '' }} |
{{ $project->received_year }} |