diff --git a/resources/views/front/career/verify.blade.php b/resources/views/front/career/verify.blade.php index 5b22de6..211ec1b 100644 --- a/resources/views/front/career/verify.blade.php +++ b/resources/views/front/career/verify.blade.php @@ -3,6 +3,7 @@ @section('content') +@if($application->status === 'accepted')
@@ -24,83 +25,7 @@ PDF İndir
-
- - - @if($application->notebook_approved || $application->notebook_supervisor_signed || $application->notebook_unit_signed) -
-
- - -
- -
-
- -
-
-

ONAYLI STAJ DEFTERİ RAPORU

-

DİJİTAL İMZALI VE ONAYLI STAJ RAPORLARI

-
- Trunçgil Logo -
- - -
-
- Dijital İmza Durumu - Bu staj defteri yetkililer tarafından elektronik olarak imzalanmıştır. -
-
- @if($application->notebook_supervisor_signed) - - Sorumlu: {{ $application->notebook_supervisor_name ?: 'Alperen Trunç' }} - - @endif - @if($application->notebook_unit_signed) - - Yetkili: {{ $application->notebook_unit_name ?: 'Birim Yetkilisi' }} - - @endif -
-
- - -
- @foreach($days as $day) - @php - $entry = $savedEntries->get($day['day_number']); - @endphp - @if($entry && trim($entry->content)) -
-
- {{ $day['day_number'] }}. Gün Raporu - {{ $day['formatted_date'] }} -
-

{{ $entry->content }}

-
- @endif - @endforeach -
-
- - -
-
- QR Code -
- GÜVENLİ DOĞRULAMA KODU - {{ $application->certificate_code }} -
-
- -
-
-
-
+ @endif @@ -242,8 +167,97 @@ + + @if($application->notebook_approved || $application->notebook_supervisor_signed || $application->notebook_unit_signed) +
+
+ + +
+ +
+
+ +
+
+

ONAYLI STAJ DEFTERİ RAPORU

+

DİJİTAL İMZALI VE ONAYLI STAJ RAPORLARI

+
+ Trunçgil Logo +
+ + +
+
+ Dijital İmza Durumu + Bu staj defteri yetkililer tarafından elektronik olarak imzalanmıştır. +
+
+ @if($application->notebook_supervisor_signed) + + Sorumlu: {{ $application->notebook_supervisor_name ?: 'Alperen Trunç' }} + + @endif + @if($application->notebook_unit_signed) + + Yetkili: {{ $application->notebook_unit_name ?: 'Birim Yetkilisi' }} + + @endif +
+
+ + +
+ @foreach($days as $day) + @php + $entry = $savedEntries->get($day['day_number']); + @endphp + @if($entry && trim($entry->content)) +
+
+ {{ $day['day_number'] }}. Gün Raporu + {{ $day['formatted_date'] }} +
+

{{ $entry->content }}

+
+ @endif + @endforeach +
+
+ + +
+
+ QR Code +
+ GÜVENLİ DOĞRULAMA KODU + {{ $application->certificate_code }} +
+
+ +
+
+
+
+ @endif + +@else +
+
+
+ +
+

Doğrulanamayan Belge

+

Görüntülemeye çalıştığınız staj kaydı henüz onaylanmamıştır veya aktif değildir. Detaylı bilgi için kurum yetkilileri ile iletişime geçebilirsiniz.

+ Anasayfaya Dön +
+
+@endif @push('styles')