fix: update student address retrieval in default agreement

This commit is contained in:
2025-11-16 16:29:05 +01:00
parent 21e776ec26
commit bfe357abb6

View File

@@ -83,7 +83,7 @@ class InternshipController extends Controller
'companyContact' => $contact,
'internship' => $internship,
'student' => $internship->student,
'student_address' => "Hlavná 123, Nitra",
'student_address' => $internship->student->studentData->address,
])->render();
$pdf = new Mpdf([