Laravel 11.x Eloquent Way To Get Relation Through Relations (4 Total Tables)
I'm using latest version of Laravel. I'm trying to setup a model method relationship that passes through other intermediary tables. Understanding the table structure below, my goal is retrieve a collection of Students (only) which are enrolled in a course…