fetch data from has many relations laravel code example Example: eloquent relationships $roles = App\User::find(1)->roles()->orderBy('name')->get();