feat: add journal progress tracking UI for internship applications in the career dashboard
This commit is contained in:
@@ -393,6 +393,7 @@ class CareerController extends Controller
|
||||
}
|
||||
|
||||
$allInterns = CareerApplication::where('type', 'internship')
|
||||
->with(['journalEntries'])
|
||||
->orderBy('created_at', 'desc')
|
||||
->get();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user