diff --git a/app/Http/Controllers/CareerController.php b/app/Http/Controllers/CareerController.php index 2d0eb71..398ec8d 100644 --- a/app/Http/Controllers/CareerController.php +++ b/app/Http/Controllers/CareerController.php @@ -393,6 +393,7 @@ class CareerController extends Controller } $allInterns = CareerApplication::where('type', 'internship') + ->with(['journalEntries']) ->orderBy('created_at', 'desc') ->get(); diff --git a/resources/views/front/career/partials/list.blade.php b/resources/views/front/career/partials/list.blade.php index 7a436fc..a207a36 100644 --- a/resources/views/front/career/partials/list.blade.php +++ b/resources/views/front/career/partials/list.blade.php @@ -11,6 +11,7 @@