COUNT BY all status code example Example: COUNT BY all status $data = booking::all(); $count = $data->groupBy('status')->map->count();