skip to Main Content

Issues with Laravel groupBy

I am using Laravel 10. This is crm_details table: I need to count each status,. Also I need to consider parent_token with the same value as a single row. That means 2 rows have same `parent_token' then It will consider…

VIEW QUESTION
Back To Top
Search