feat: add journal progress tracking UI for internship applications in the career dashboard

This commit is contained in:
Ümit Tunç
2026-07-01 23:06:13 +03:00
parent f0a9180a54
commit 129dae4570
2 changed files with 26 additions and 0 deletions
@@ -393,6 +393,7 @@ class CareerController extends Controller
}
$allInterns = CareerApplication::where('type', 'internship')
->with(['journalEntries'])
->orderBy('created_at', 'desc')
->get();