In my Database, I have:
tops
posts
tops_has_posts
When I retrieve a
in your blade try this:
$top->articles()->orderBy('pivot_range','asc')->get();