Sorting with Laravel relationships
I have two tables tasks and task_hours, And I'm using one to many relationship in task model.(task can have many hours logs). And displaying task data at frontend in table (datatable) using with relationships to task_hours (as per query below).…