how to sort data based on related data in laravel code example Example: get all sort by laravel $results = Project::orderBy('name')->get();