php - How with eloquent pull lists and sorted connected taks -


how eloquent pull lists , sorted connected tasks list(something this

$classes = classes::find(1)->student; 

but lists(for example thought work sadly no)

$lists = lists::all()->task; 

assuming task belongs list, can :

foreach(lists::all() $list) {    // $list->task } 

Comments