Staj Defteri Önizleme ({{ $size === 'a5' ? 'A5 Boyutu' : 'A4 Boyutu' }})
Panele Dön
A4 Boyutu A5 Boyutu
@foreach($days as $day) @php $entry = $savedEntries->get($day['day_number']); $dayNum = $day['day_number']; $dayDate = $day['date']; $dayDateFormatted = $day['formatted_date']; // Build the verification QR code URL pointing to the verification page $verifyUrl = route('internship.verify', $intern->certificate_code) . '?day=' . $dayNum; $qrCodeUrl = 'https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=' . urlencode($verifyUrl); @endphp
Logo
TRUNÇGİL TEKNOLOJİ
Gaziantep Teknopark, Şahinbey / Gaziantep
STAJ GÜNLÜK RAPORU
Staj Defteri Sayfası
Öğrenci Ad Soyad {{ $intern->name }} Staj Türü / Deposu {{ $intern->github_repo ? 'GitHub Projeli Staj' : 'Genel Staj' }}
Staj Başlangıç {{ \Carbon\Carbon::parse($intern->internship_start_date)->format('d.m.Y') }} Toplam İş Günü {{ $intern->internship_total_days }} Gün
{{ $dayNum }}. Gün Raporu {{ $dayDateFormatted }}
@if($entry && trim($entry->content)) {!! nl2br(e($entry->content)) !!} @else
Bu gün için herhangi bir staj raporu girilmemiştir.
@endif
@endforeach