| {{ $index + 1 }} |
{{ $item->created_at->translatedFormat('l, d F Y') }} |
{{ journal_activities($item->id) }} |
{{ strip_tags($item->description) }} |
{{ $item->approved_mentor ? 'TELAH DITANDATANGANI' : 'BELUM DITANDATANGANI' }} |
{{ $item->approved_industrial ? 'TELAH DITANDATANGANI' : 'BELUM DITANDATANGANI' }} |
@endforeach