diff --git a/resources/views/projects/show.blade.php b/resources/views/projects/show.blade.php index 1924307..ff66b89 100644 --- a/resources/views/projects/show.blade.php +++ b/resources/views/projects/show.blade.php @@ -332,37 +332,37 @@ @endif -
-
+
+
-
- +
+ CANLI PROJE YÖNETİM & TAKİP EKRANI
-

+

{{ $project->title }}

-

+

Bu ekran, {{ $project->client_name }} projesine ait iş takvimini, modül durumlarını ve canlı Kanban panosunu izleyebileceğiniz portal ekranıdır.

-
+
@if($project->start_date) -
- +
+ Başlangıç: {{ $project->start_date->format('d.m.Y') }}
@endif @if($project->target_date) -
- +
+ Hedef Bitiş: {{ $project->target_date->format('d.m.Y') }}
@endif @@ -370,18 +370,18 @@
-
- GENEL PROJE İLERLEMESİ +
+ GENEL PROJE İLERLEMESİ -
+
%{{ $project->progress_percent }}
-
-
+
+
- + @if($project->progress_percent >= 100) 🎉 Proje %100 Başarıyla Tamamlandı! @elseif($project->progress_percent >= 50)