I have 3 tables:
Student (id)
Course (id, name)
Enrollment (id, student_id, course_id)
When I login with a student in his account I receive his data with:
$alumno = Alumno::find(auth('alumno')->user()->id);
I tried to get...
asked by
19.06.2017 / 08:00