laravel 7 return all with relationships code example Example: eloquent relationships $roles = App\User::find(1)->roles()->orderBy('name')->get();